Skip to content

Setup

Requirements TL;DR

1. Install Poetry

Follow the poetry installation instructions.

2. Install gh

Follow the gh installation instructions.

3. Checkout the project

gh repo clone Nicoretti/crc
git clone git@github.com:Nicoretti/crc.git
git clone https://github.com/Nicoretti/crc.git

4. Switch into the directory

cd crc

5. The Poetry environment

Make sure the poetry environment is setup properly and all dependencies are installed.

  1. Activate the Poetry shell

    poetry shell
    
  2. Install the project dependencies

    poetry install
    

Run the init task

In order to bootstrap the remaining parts of the workspace setup, just execute the following command:

invoke init

Note

Follow potential instructions.