Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@csiebler
Created February 11, 2021 11:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csiebler/144357bb2daa5c090f021678ca024585 to your computer and use it in GitHub Desktop.
Save csiebler/144357bb2daa5c090f021678ca024585 to your computer and use it in GitHub Desktop.
Conda Environment examples
name: conda-env
dependencies:
- pip
- pip:
- --index-url https://xxxxx
- --extra-index-url https://xxxxxx
- xxxxxx==x.x.x
- -e git+https://github.com/xxxxxxxxxxx
- -e ./xxxxxxx
- -r file:requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment