Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 547 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 547 Bytes

Tree-sequence phyloseminar

Wilder Wohns [email protected]

8th April 2020

This jupyter note book accompanies the phyloseminar. Run the notebook locally on linux with the following commands:

git clone [email protected]:awohns/tree-sequence-phyloseminar.git
cd tree-sequence-phyloseminar
python3 -m venv env
source env/bin/activate
pip install wheel  #We do these before the rest as their setups need them
pip install numpy 
pip install -r requirements.txt
jupyter notebook phyloseminar.ipynb