We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53af439 commit 645e49fCopy full SHA for 645e49f
README.md
@@ -50,3 +50,9 @@ python setup_windows.py
50
```
51
python gui.py
52
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