You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
139
148
## Debugging Steps
140
149
141
150
1. [build the project locally](#build-instructions)
0 commit comments