alvinxhan / Phydelity

Inference of putative transmission phylogenetic clusters
GNU Lesser General Public License v3.0
11 stars 1 forks source link

Better instructions for conda env #4

Open tseemann opened 4 years ago

tseemann commented 4 years ago
conda create -n phydelity_env python=2.7
conda activate phydelity_env
conda install .......
Jtrachsel commented 4 years ago

I second this, I was able to get everything installed through conda though I did have to add:

conda install pandas