Created
May 26, 2016 13:55
-
-
Save ericmjl/e46af7733236f3874789aaed0f0a1710 to your computer and use it in GitHub Desktop.
an example conda environment.yml file
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
name: envname | |
dependencies: | |
- python=3 | |
- package1 | |
- package2 | |
- pip | |
- pip: | |
- pypi_package1 | |
- pypi_package2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this just saved me some real headache