Skip to content
Dominic Bennett edited this page Jan 23, 2015 · 7 revisions

Requires python 2.7 and the python package setuptools.

With PIP

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.

Without PIP

  1. Click 'Download ZIP', found on this page.
  2. Open a terminal/command prompt, and navigate to the downloaded folder.
  3. Type python setup.py install (for Unix systems you may need to type sudo python setup.py install).
Clone this wiki locally