wilkice / writing

Something during learning to code.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Conda install requirements.txt #11

Open wilkice opened 5 years ago

wilkice commented 5 years ago
while read requirement; do conda install --yes $requirement; done < requirements.txt

Reference: https://gist.github.com/luiscape/19d2d73a8c7b59411a2fb73a697f5ed4