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 c5ed107 commit c03c1aaCopy full SHA for c03c1aa
README.md
@@ -35,7 +35,7 @@ conda install -c conda-forge jupyterlab jupyterlab-git
35
### Uninstall
36
37
```bash
38
-pip uninstall jupyterlab_git
+pip uninstall jupyterlab-git
39
```
40
41
or with _conda_:
@@ -143,7 +143,7 @@ The `jlpm` command is JupyterLab's pinned version of
143
144
# Clone the repo to your local environment
145
git clone https://github.com/jupyterlab/jupyterlab-git.git
146
-# Change directory to the jupyterlab_git directory
+# Change directory to the jupyterlab-git directory
147
cd jupyterlab-git
148
# Install package in development mode
149
pip install -e .[dev]
0 commit comments