Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 728 Bytes

INSTALL.md

File metadata and controls

24 lines (18 loc) · 728 Bytes

Platypus Conquistador installation notes

Platypus Conquistador is a python package that relies on scikit-bio and click.

Installation

To perform a global installation of Platypus Conquistador, execute the following command from a terminal session:

python setup.py install

Alternatively Platypus Conquistador can be installed from the Python Package Index (PyPi) using pip:

pip install numpy
pip install platypus-conquistador

To test for a correct installation, open a new terminal session and issue the following command to see the help of platypus:

platypus --help