InstallΒΆ
First download the umicount package:
git clone https://github.com/mmendez12/umicount.git
Then go to the umicount directory and run python setup.py install:
cd umicount
python setup.py install
You should now be able to run umicount by just typing umicountFP on the command line:
umicountFP <option> <input>
or:
python -m umicount.fingerprint <option> <input>