InstallationΒΆ

The tinyfasta package can be installed using pip.

sudo pip install tinyfasta

Alternatively, you can clone the package from GitHub and install it.

git clone git@github.com:tjelvar-olsson/tinyfasta.git
cd tinyfasta
sudo python setup.py install