Last active
July 17, 2016 05:20
-
-
Save chrisRedwine/d551ee222c5617a032aefcac07769259 to your computer and use it in GitHub Desktop.
Conda environment.yml with pip requirements
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
# From http://stackoverflow.com/questions/35245401/combining-conda-environment-yml-with-pip-requrements-txt | |
# run: conda env create --file environment.yml | |
name: test-env | |
dependencies: | |
- python>=3.5 | |
- anaconda | |
- pip | |
- pip: | |
- http://www.lfd.uci.edu/~gohlke/pythonlibs/bofhrmxk/opencv_python-3.1.0-cp35-none-win_amd64.whl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment