mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
Python: Fix venv setup
A subtly missing letter :)
This commit is contained in:
parent
45f182e666
commit
5d3ad7b252
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue