If you would like to contribute to exo_lang
please follow these instructions to set a local development environment up
-
Fork this repository
-
Clone your fork of this repository
-
Install
poetry
, a dependency management tool, withpip
if it is not already installed:
pip install poetry
- Run this command in the root directory to install the necessary packages for the project: (currently there are none)
poetry install
- To run the exo cli tool in development, run:
poetry run exo
-
You're all set! You can now edit source code within the
exo_lang
directory -
Check the poetry documentation for information on how to add dependencies and more!
For larger changes, please open an issue here