Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasvana10 authored Apr 29, 2024
1 parent 5a1548e commit 047fe98
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 047fe98

Please sign in to comment.