Skip to content

Commit bcd9b22

Browse files
committed
feat: add script for one-click uninstall and mention them in the install instruction
1 parent 9eae73f commit bcd9b22

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

examples/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,11 @@ In this directory, there is an `install.bat` and `install.sh` file. These files
1818
## Running Remotely: Google Colab
1919

2020
- Open [this link](https://colab.research.google.com/github/FlysonBot/Mastermind/blob/main/examples/mastermind_in_colab.ipynb) to open the program in Google Colab.
21+
22+
## Update the Local Version
23+
24+
To update the local version, simply run the installation script again.
25+
26+
## Uninstall Local Version
27+
28+
There is an `uninstall.bat` and `uninstall.sh` file in this directory. These files will uninstall mastermind-ai, but will not uninstall the Python and the other dependencies.

examples/uninstall.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pip uninstall mastermind-ai

examples/uninstall.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pip uninstall mastermind-ai

0 commit comments

Comments
 (0)