See how to install the abstract-python
library
Before installing the library, create a virtual environment in your project directory through the steps below:
This guide uses virtualenv to create a virtual environment.
Windows - using command prompt
Unix/macOS using bash
Run the command below to install abstract-python
:
If your app requires two or more of the supported APIs, it is recommended to import the entire library as seen below:
The example above uses the helper class for the VAT API.
For single API usage, the following format is recommended: