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