2
0
mirror of https://github.com/pyqt/examples.git synced 2025-09-01 14:35:32 +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: # 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
``` ```