Get started¶
To install the peerannot
library and reproduce results, navigate to the directory containing the setup.py
file and then execute:
pip install peerannot
Installing the library gives access to the Command Line Interface using the keyword peerannot
in a bash terminal.
Check your installation by running:
peerannot --help
All good? Now let’s handle your crowdsourced datasets!
Note
The help command lists all available commands and options. Each command also comes with an -h option to display its specific options.