Skip to content
README.md 215 B
Newer Older
Maxime Lefrançois's avatar
Maxime Lefrançois committed
# How to develop

Set up a virtual environment

`python3 -m venv .venv`

Activate 

`source .venv/bin/activate`

Install saref_patterns package from source in development mode

`python3 -m pip install --editable .`