Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 344 Bytes

setup.md

File metadata and controls

13 lines (11 loc) · 344 Bytes
NAME=quasinet
conda create --name ${NAME} python=3.7
conda activate ${NAME}

conda install jupyter 
pip install --user ipykernel
pip install jupyter_nbextensions_configurator
conda install scikit-learn scipy numpy numba pandas joblib biopython
pip install jupyter_contrib_nbextensions

python -m ipykernel install --user --name=${NAME}