Skip to content

Commit 3fcd1db

Browse files
committed
docs: add uninstallation instructions
1 parent c8aa8d7 commit 3fcd1db

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,15 @@ $ poetry build --format=wheel
136136
```
137137
and install them by `pip install ./dist/*`.
138138

139+
## Uninstallation
140+
141+
Installing `pythonmonkey` will also install the `pminit` package as a dependency. However, `pip uninstall`ing a package won't automatically remove its dependencies.
142+
If you want to cleanly remove `pythonmonkey` from your system, do the following:
143+
144+
```bash
145+
$ pip uninstall pythonmonkey pminit
146+
```
147+
139148
## Debugging Steps
140149

141150
1. [build the project locally](#build-instructions)

0 commit comments

Comments
 (0)