Skip to content

Instantly share code, notes, and snippets.

@dblyon
Created September 17, 2018 06:55
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 dblyon/cb20341ae596ebfb30e502ef40b591b5 to your computer and use it in GitHub Desktop.
Save dblyon/cb20341ae596ebfb30e502ef40b591b5 to your computer and use it in GitHub Desktop.
name: bio134
channels:
- anaconda
- bioconda
- nodefaults
dependencies:
- python=3.7
- numpy
- scipy
- sympy
- matplotlib
- biopython
- spyder
- fiji
### The command to execute from the command line in order to install the environment with Conda:
# conda env create -f bio134.yml --name bio134
@dblyon
Copy link
Author

dblyon commented Sep 17, 2018

University of Zurich, Python for Biologists course, installation for Anaconda

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment