Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
Specifying channel here is causing more bad than good as the  proper order is already set with the three commands above.
  • Loading branch information
guillaumecharbonnier authored Sep 25, 2020
1 parent f21c7b1 commit 59c6931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ If conda is not available on your system, first install miniconda from the offic

Then you can simply install pygtftk in its own isolated environment and activate it. ::

conda create -n pygtftk -c bioconda pygtftk
conda create -n pygtftk pygtftk
conda activate pygtftk


Expand Down

0 comments on commit 59c6931

Please sign in to comment.