Installing / Upgrading

Tapcode is available on PyPi and only for python3.x

We recommend using pip3 to install Tapcode on all platforms:

pip3 install tapcode

To upgrade using pip :

pip3 install --upgrade tapcode

Installing from source

If you’d rather install directly from the source, clone the git repository and install with Setuptool

git clone https://github.com/remiflavien1/tapcode
cd tapcode
python3 setup.py install