Created
August 5, 2019 05:15
-
-
Save DavidPiper94/5da9e332eab6c5416095ec12eaf3ab95 to your computer and use it in GitHub Desktop.
Example code for article about pipenv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[source]] | |
name = "pypi" | |
url = "https://pypi.org/simple" | |
verify_ssl = true | |
[dev-packages] | |
[packages] | |
numpy = "*" | |
[requires] | |
python_version = "3.7" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Link to article: https://medium.com/@HeyDaveTheDev/managing-dependencies-in-python-with-pipenv-72fd9958197a