1.1. Install

Before installing, download and install Python. Version 3.11 or later is required.

We recommend using a virtual environment to install Python packages in an isolated location.

1.1.1. Pip

To install the package, run the following command in the terminal:

pip install python-ndev-blizzardapi

1.1.2. Source code

This method is recommended for developers who want to contribute to the project. If you just want to use the package, we recommend using the pip method.

To install the package, run the following command in the terminal:

pip install git+https://github.com/natanrmaia/python-ndev-blizzardapi.git

or download the source code (check the latest release in github releases) and run the following command in the terminal from the source code directory:

python setup.py install