2
0
mirror of https://github.com/pyqt/examples.git synced 2025-08-30 21:35:08 +00:00

fix typo in readme

This commit is contained in:
Aaron Pinto
2020-10-21 19:12:57 -04:00
committed by GitHub
parent 80bbda30dc
commit 5d85955096

View File

@@ -63,7 +63,7 @@ To activate the virtual environment, use the following command:
```
# On Windows:
call venv\Scripts\actviate.bat
call venv\Scripts\activate.bat
# On Mac / Linux:
source venv/bin/activate
```