We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3bb809 commit 2f5f0e5Copy full SHA for 2f5f0e5
README.md
@@ -46,6 +46,13 @@ See the `examples` folder for examples.
46
## Development
47
48
### 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
56
Running
57
```bash
58
pip install --editable '.[lint,test]'
0 commit comments