bcm-uga / Loter

A software package for local ancestry inference and haplotype phasing
Other
38 stars 7 forks source link

Unsinstall package #4

Closed meddly closed 5 years ago

meddly commented 5 years ago

Hello Michael, I would like to install the new version of Loter package. Is there any specific procedure that I should follow to? Or I can just drop the folder?. Thank you

gdurif commented 5 years ago

Hi, if you already have cloned the repository once, you can do:

cd Loter
git pull origin master
rm -rf build dist # maybe not necessary
python setup.py install

Or you can just clone the repository and follow the instruction as you did before.