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

Merge pull request #10 from AaronPinto/patch-1

fix typo in readme
This commit is contained in:
Michael Herrmann
2020-10-22 08:00:36 +02:00
committed by GitHub

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
```