Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 855 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (22 loc) · 855 Bytes

Contributing to Exo

If you would like to contribute to exo_lang please follow these instructions to set a local development environment up

  1. Fork this repository

  2. Clone your fork of this repository

  3. Install poetry, a dependency management tool, with pip if it is not already installed:

pip install poetry
  1. Run this command in the root directory to install the necessary packages for the project: (currently there are none)
poetry install
  1. To run the exo cli tool in development, run:
poetry run exo
  1. You're all set! You can now edit source code within the exo_lang directory

  2. Check the poetry documentation for information on how to add dependencies and more!

For larger changes, please open an issue here