Installation¶
Run the following command in either a root or normal terminal (depending on your Python setup) from the root directory of the project’s cloned repository,
pip3 install .
or simply
make install
You can also install get_vat_eu via pip (i.e: without having to download the source code):
pip3 install get_vat_eu
All the necessary dependencies should be installed automatically along with the program.
Distribution packages¶
TODO
Dependencies¶
- Python 3.5
- _Zeep