Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 580 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 580 Bytes

GrantedByMe Python SDK

Build Status

Getting started

Install python3

$ sudo apt-get install python3-dev python3-setuptools python3-pip libffi-dev libssl-dev openssl

Install pip3 packages

$ sudo -H python3 -m pip install -r requirements.txt

Install grantedbyme python package

You can learn about how to install python packages here:

https://python-packaging-user-guide.readthedocs.io/en/latest/installing/