biocore / metagenomics_pooling_notebook

Jupyter notebooks to assist with sample processing
MIT License
8 stars 16 forks source link

Update README installation instructions to recommend conda for dependencies with binaries #31

Closed ElDeveloper closed 2 years ago

ElDeveloper commented 2 years ago

It would probably be a good idea if we recommend that numpy, scipy, pandas, and matplotlib are installed with conda and that the rest of the dependencies are resolved with pip (i.e. through pip installe -e .[all].

ElDeveloper commented 2 years ago

Addressed in #33