Development SetupΒΆ

Important

The standard installation method can be found in the Quickstart. These instructions are for development purposes.

Fork the GitHub project to your account. Then, run the following with your GitHub handle in place of GITHUB_NAME:

$ git clone https://github.com/GITHUB_NAME/in2lambda
$ cd in2lambda

The project can then be installed using poetry: (make sure you are in the top folder, which is the folder that contains pyproject.toml file)

$ poetry install
$ poetry shell
$ pre-commit install
$ in2lambda --help

To exit the environment:

$ exit