Skip to content

Commit 4efb0a7

Browse files
authored
Add conda installation instructions
1 parent ed50bef commit 4efb0a7

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

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

1313
## Prerequisites
1414

15-
- JupyterLab
15+
- JupyterLab (version 1.x or 2.x)
1616
- Git (version `>=2.x`)
1717

1818
## Usage
@@ -21,10 +21,17 @@ To see the extension in action, open the example notebook included in the Binder
2121

2222
## Install
2323

24-
To install perform the following steps:
24+
To install perform the following steps, with *pip*:
2525

2626
```bash
27-
pip install --upgrade jupyterlab-git
27+
pip install --upgrade jupyterlab jupyterlab-git
28+
jupyter lab build
29+
```
30+
31+
or with *conda*:
32+
33+
```bash
34+
conda install -c conda-forge jupyterlab jupyterlab-git
2835
jupyter lab build
2936
```
3037

@@ -201,8 +208,8 @@ The Jupyter Git extension is part of [Project Jupyter](http://jupyter.org/) and
201208
<!-- prettier-ignore-end -->
202209
<!-- ALL-CONTRIBUTORS-LIST:END -->
203210

204-
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
211+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind are welcomed!
205212

206213
To add yourself, or someone else, to this list you can either [use the bot](https://allcontributors.org/docs/en/bot/usage) (`@all-contributors please add <username> for <contributions>`) or [the CLI](https://allcontributors.org/docs/en/cli/usage) (`jlpm all-contributors add <username> <contributions>`).
207214

208-
If you manually edit the `.all-contributorsrc` config file, run `yarn run contributors:generate`
215+
If you manually edit the `.all-contributorsrc` config file, run `yarn run contributors:generate`.

0 commit comments

Comments
 (0)