Add pipenv instructions

This commit is contained in:
steve-chavez
2018-09-21 13:46:53 -05:00
parent 518b465ffa
commit 73e59a1643
5 changed files with 28 additions and 22 deletions
+14
View File
@@ -0,0 +1,14 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
sphinx = "*"
sphinx-rtd-theme = "*"
livereload = "*"
[dev-packages]
[requires]
python_version = "3.6"