Skip to content

How to install

yadizhou edited this page Nov 16, 2017 · 2 revisions

The simplest way to install LabPype is to use pip:

pip install labpype

To upgrade LabPype:

pip install --upgrade labpype

All dependencies will be installed by pip automatically.

Alternatively, you can download the source code and install manually:

git clone https://github.com/NCBI-Hackathons/LabPype
cd LabPype
python setup.py install