Installation#

From PyPI#

PaperMap is available on PyPI.

As a package#

For use as a package, install PaperMap with pip or your package manager of choice:

pip install papermap

As a CLI tool#

For use as a CLI tool, we recommend installing PaperMap with pipx:

pipx install papermap

From source#

If you’d like, you can also install PaperMap from source (with flit):

git clone https://github.com/sgraaf/papermap.git
cd papermap
python3 -m pip install flit
flit install