Installation
Requirements
Python 3.7 or higher
requests library
Install via pip
Install the SDK using pip:
pip install nexacon-sdk
Install from source
Clone the repository and install:
git clone https://github.com/nexacon/nexacon-python-sdk.git
cd nexacon-python-sdk
pip install .
Development Installation
For development, install with development dependencies:
pip install -e .[dev]