Installation

Executable Software Dependencies

You should install Mash before installing refchooser.

https://github.com/marbl/Mash/releases

Installing refchooser

At the command line:

$ pip install --user refchooser

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv refchooser
$ pip install refchooser

Upgrading refchooser

If you previously installed with pip, you can upgrade to the newest version from the command line:

$ pip install --user --upgrade refchooser

Uninstalling refchooser

If you installed with pip, you can uninstall from the command line:

$ pip uninstall refchooser