fix virtualenv command

deepcrayon
Jeff Moe 2023-09-21 12:59:30 -06:00
parent a01d26d34f
commit ef721abfb5
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ cd sync-mpv/
Set up Python to taste, such as:
```
virtualenv -p env
virtualenv env
source env/bin/activate
pip install --upgrade pip setuptools wheel
```