Skip to content

Commit 5e9b99b

Browse files
Merge pull request #74 from dsblank/patch-1
Fix uninstall instructions
2 parents d70371f + e5f21a0 commit 5e9b99b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ jupyter lab build --minimize=False
8282

8383
## Uninstall
8484

85+
```bash
86+
pip uninstall sidecar
87+
```
88+
89+
or
90+
91+
```bash
92+
conda uninstall sidecar
8593
```
86-
pip uninstall jupyterlab-sidecar
87-
```

0 commit comments

Comments
 (0)