Skip to content

Commit

Permalink
pip install with a - and not a _
Browse files Browse the repository at this point in the history
  • Loading branch information
parmentelat committed Nov 28, 2023
1 parent 9275306 commit 72072ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# jupyterlab_gridwidth
# jupyterlab-gridwidth

[![Github Actions Status](https://github.com/parmentelat/jupyterlab-gridwidth/workflows/Build/badge.svg)](https://github.com/parmentelat/jupyterlab-gridwidth/actions/workflows/build.yml)

Expand Down Expand Up @@ -73,15 +73,15 @@ preserve the layout in jb's HTML output (not yet available)
To install the extension, execute:

```bash
pip install jupyterlab_gridwidth
pip install jupyterlab-gridwidth
```

### Uninstall

To remove the extension, execute:

```bash
pip uninstall jupyterlab_gridwidth
pip uninstall jupyterlab-gridwidth
```

### Development install
Expand All @@ -97,7 +97,7 @@ The `jlpm` command is JupyterLab's pinned version of

```bash
# Clone the repo to your local environment
# Change directory to the jupyterlab_gridwidth directory
# Change directory to the jupyterlab-gridwidth directory
# Install package in development mode
pip install -e "."
# Link your development version of the extension with JupyterLab
Expand Down Expand Up @@ -134,7 +134,7 @@ jupyter lab build --minimize=False
### Development uninstall

```bash
pip uninstall jupyterlab_gridwidth
pip uninstall jupyterlab-gridwidth
```

In development mode, you will also need to remove the symlink created by
Expand Down

0 comments on commit 72072ce

Please sign in to comment.