Setup your local environment
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.
- Run the command below in your terminal to create a virtual environment
- Activate the virtual environment
Windows - using command prompt
Install the library
Run the command below to installabstract-python
:
How to use the library
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.