Skip to content

Commit 645e49f

Browse files
authored
Update README.md
1 parent 53af439 commit 645e49f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,9 @@ python setup_windows.py
5050
```
5151
python gui.py
5252
```
53+
54+
## Uninstalling
55+
If you need to try reinstalling for any reason run this command to uninstall everything and try again:
56+
```
57+
pip freeze > requirements_uninstall.txt && pip uninstall -r requirements_uninstall.txt -y && del requirements_uninstall.txt
58+
```

0 commit comments

Comments
 (0)