2
0
mirror of https://github.com/pyqt/examples.git synced 2025-09-01 06:25:36 +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: # On Windows:
call venv\Scripts\actviate.bat call venv\Scripts\activate.bat
# On Mac / Linux: # On Mac / Linux:
source venv/bin/activate source venv/bin/activate
``` ```