Skip to content

Commit bc49bd6

Browse files
committed
Documentation update
1 parent 59f07a3 commit bc49bd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ You can contribute to the project through:
2929

3030
Development requires:
3131

32-
- `nodejs` 10+
33-
- `python` 3.5+
32+
- `nodejs` 12+
33+
- `python` 3.6+
3434
- `jupyterlab` 2
3535

3636
It is recommended to use a virtual environment (e.g. `virtualenv` or `conda env`)
3737
for development.
3838

3939
```bash
40-
conda env update -n jupyterlab-lsp # create a conda env
40+
conda create -n jupyterlab-lsp # create a conda env
4141
source activate jupyterlab-lsp # activate it
4242
# or...
4343
pip install -r requirements/dev.txt # in a virtualenv, probably

0 commit comments

Comments
 (0)