Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 430 Bytes

developer_setup.md

File metadata and controls

8 lines (7 loc) · 430 Bytes

Installation from source

If you're planning on working directly on the align-system code, we recommend using Poetry as that's what we use to manage dependencies. Once poetry is installed, you can install the project (from inside a local clone of this repo) with poetry install. By default poetry will create a virtual environment (with venv) for the project if one doesn't already exist.