DependenciesΒΆ

Main

You can install the main dependencies via the following command:

$ pip install -r requirements.txt

Testing

You can install the testing dependencies via the following command:

$ pip install -r requirements.test.txt

Formatting

You can install the dependencies related to code formatting and analysis via the following command:

$ pip install -r requirements.format.txt

Documentation

Finally, you can install the dependencies for building the documentation via the following command:

$ pip install -r requirements.docs.txt