Python 2.7 and 3.4+
If the python package is hosted on a repository, you can install directly using:
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
(You may need to run pip
with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
)
Then, import the package:
import avalara.comms.rest.v2
Install via Setuptools:
python setup.py install --user
(or sudo python setup.py install
to install the package for all users.)
Then, import the package:
import avalara.comms.rest.v2