Installation¶
Stable Release¶
Use pip (Package manager for python) to install the latest stable release:
pip install verda
Install from source¶
To install the package from the source files, first download them from the GitHub repository:
git clone https://github.com/verda-cloud/sdk-python.git
Then install it by:
python3 setup.py install