Skip to content

Commit 2f5f0e5

Browse files
committed
[localdev] Fix setup instructions
1 parent a3bb809 commit 2f5f0e5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ See the `examples` folder for examples.
4646
## Development
4747

4848
### Setup
49+
Make sure you have `Python` and `pip` in your OS and create a virtual environment in the root folder, eg
50+
51+
```bash
52+
python3 -m venv .venv
53+
source .venv/bin/activate
54+
```
55+
4956
Running
5057
```bash
5158
pip install --editable '.[lint,test]'

0 commit comments

Comments
 (0)