InstallationΒΆ

Install the latest released version from PyPI:

$ pip install pyptax

Install the development version from GitHub:

$ pip install git+https://github.com/brunobcardoso/pyptax

Installing from source:

PyPtax is actively developed on GitHub, where the code is available under the MIT license.

$ git clone https://github.com/brunobcardoso/pyptax.git
$ cd pyptax
$ pip install -e ".[dev]"