Python: Fix venv setup

A subtly missing letter :)
This commit is contained in:
Simon Hausmann 2024-01-31 17:04:06 +01:00
parent 45f182e666
commit 5d3ad7b252

View file

@ -16,7 +16,7 @@ If you want to just play with this, you can try running one of our test cases in
```bash
cd api/python
python -m env .env
python -m venv .env
source .env/bin/activate
pip install maturin
maturin develop