From 047fe98a0356e760e0eccf71d5224813b2c9bdca Mon Sep 17 00:00:00 2001 From: tomasv <124552709+tomasvana10@users.noreply.github.com> Date: Mon, 29 Apr 2024 22:21:17 +1000 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f802aafd8..fab8e0d01 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,14 @@ Install the package in your system directory/virtual environment: ``` pip install -U crossword-puzzle OR pip3 install -U crossword-puzzle ``` -OR, install the package in your home directory (good if you aren't using a virtual environment): +OR, install the package in your home directory if you aren't using a virtual environment: ``` pip install --user -U crossword-puzzle ``` +Then, run the GUI script: +``` +crossword-ctk +``` ## Documentation Check out the wiki [here](https://github.com/tomasvana10/crossword_puzzle/wiki)