Skip to content

Commit

Permalink
Update miniconda_environment_installation.sh
Browse files Browse the repository at this point in the history
Added xlrd
  • Loading branch information
bramvds authored Jun 15, 2019
1 parent 715a87b commit 605f7bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions miniconda_environment_installation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
conda create -n scenic_protocol python=3.6
conda activate scenic_protocol
conda install numpy pandas matplotlib seaborn
conda install -c anaconda xlrd
conda install -c anaconda cytoolz
# Install scanpy (https://scanpy.readthedocs.io/en/latest/installation.html)
conda install seaborn scikit-learn statsmodels numba pytables
Expand Down

0 comments on commit 605f7bd

Please sign in to comment.