Skip to content

Instantly share code, notes, and snippets.

@chrisRedwine
Last active July 17, 2016 05:20
Show Gist options
  • Save chrisRedwine/d551ee222c5617a032aefcac07769259 to your computer and use it in GitHub Desktop.
Save chrisRedwine/d551ee222c5617a032aefcac07769259 to your computer and use it in GitHub Desktop.
Conda environment.yml with pip requirements
# 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