Skip to content

Commit 1c2ea6d

Browse files
authored
Update README.md (#1305)
1 parent 7a04d99 commit 1c2ea6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To see the extension in action, open the example notebook included in the Binder
1313

1414
## Requirements
1515

16-
- JupyterLab >= 4.0 ([older version] available for 2.x)
16+
- JupyterLab >= 4.0 ([older version] available for 2.x and 3.x)
1717
- Git (version `>=2.x`)
1818

1919
For older versions of JupyterLab, go to:
@@ -31,13 +31,13 @@ For older versions of JupyterLab, go to:
3131
To install perform the following steps, with _pip_:
3232

3333
```bash
34-
pip install --upgrade "jupyterlab<4" jupyterlab-git
34+
pip install --upgrade jupyterlab jupyterlab-git
3535
```
3636

3737
or with _conda_:
3838

3939
```bash
40-
conda install -c conda-forge "jupyterlab<4" jupyterlab-git
40+
conda install -c conda-forge jupyterlab jupyterlab-git
4141
```
4242

4343
## Uninstall

0 commit comments

Comments
 (0)