Skip to content

Python Installation

Divyank Shah edited this page Oct 2, 2022 · 2 revisions

Ensure that you have Python installed. The project runs on ^v3.10, versions lower should be compatible, but there is no guarantee it will. Once you have Python installed, install poetry which is our package/dependency manager (much like NPM, YARN). Once installed you will be able to run poetry install which will install all the dependencies required. Check out the Continuous Development Wiki Page to see the various CI commands you can run to ensure that your code passes the formatting and listing checks.

Clone this wiki locally