Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 696 Bytes

installation.md

File metadata and controls

11 lines (6 loc) · 696 Bytes

Other Dependencies

Below you find instructions for installing dependencies (optionally) required.

Poetry

Poetry is a Python packaging and dependency management tool. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you. We advise you to use this tool to install all required dependencies. However, it is not a requirement and a simple pip install for all dependencies will work as well.

For more information, we refer to the poetry documentation.

If your python version is not compatible with the python version of the project or you encounter any other issues checkout this.