Skip to content

Commit

Permalink
Corrected wrong nsz with GUI pip installation command in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoboss committed Aug 29, 2020
1 parent 94b959c commit 5c490ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Simplest way to install would be using the following command in a terminal or a
`pip3 install --upgrade nsz`

If you are interested in installing the GUI for the script, you can do so by running the following command.\
`pip3 install --upgrade nszgui`
`pip3 install --upgrade nsz[gui]`

### Running from source
The script can also be run by cloning the repo locally. You need to install the pre-requisite modules by running the following command.\
Expand Down

0 comments on commit 5c490ad

Please sign in to comment.