-
Notifications
You must be signed in to change notification settings - Fork 4
Installation
Dominic Bennett edited this page Jan 23, 2015
·
7 revisions
Requires python 2.7 and the python package setuptools
.
pip
is a tool for managing python packages (if you do not have it installed, see the installation docs).
To install with pip
, simply open a terminal/command prompt and type:
pip install taxon-names-resolver
For Unix systems, you may have to type:
sudo pip install taxon-names-resolver
... and provide your password.
- Click 'Download ZIP', found on this page.
- Open a terminal/command prompt, and navigate to the downloaded folder.
- Type
python setup.py install
(for Unix systems you may need to typesudo python setup.py install
).