From 13caafcf75fd761ee91113bf4fa71ce2000a217f Mon Sep 17 00:00:00 2001 From: Ondrej Lexa Date: Fri, 24 Jan 2025 16:58:23 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2935671..fbc8534 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ for Windows use PowerShell: > PS C:\> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser > ``` -and install **pypsbuilder** using pip within the environment. **You should choose the UI framework using option `pyqt5` or `pyqt6`**: +and install **pypsbuilder** using pip within the environment. **You should choose the UI framework using option** `pyqt5` **or** `pyqt6`: pip install pypsbuilder[pyqt6]