Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 599 Bytes

Package.md

File metadata and controls

29 lines (23 loc) · 599 Bytes

AFC Python SDK

Below steps are only needed until the pyafc package is published.

Create and install the package in the environment

Clone the git repository

$ git clone [email protected]:GSE/ArubaAFC-python.git

Install the required python packages through pip

$ cd ArubaAFC-python/
$ pip install -r requirements.txt

Install build package and build the pyafc package

$ pip install build
$ python3 -m build

Install the pyafc package using whl file available under dist folder

$ pip install dist/pyafc-1.0.0-py3-none-any.whl