Skip to content

Commit 8346f12

Browse files
committed
Update links and README
1 parent 90e9d85 commit 8346f12

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,24 @@ JSON language server for JupyterLab
44

55
## Installation
66

7+
Using pip:
8+
9+
```bash
10+
pip install jupyterlab jupyterlab-lsp json-lsp
11+
```
12+
13+
Or using conda:
14+
715
```bash
8-
conda install -c conda-forge jupyterlab jupyterlab-lsp json-lsp
16+
conda install jupyterlab jupyterlab-lsp json-lsp -c conda-forge
917
```
1018

1119
### Development installation
1220

1321
```bash
1422
conda install -c conda-forge yarn jupyterlab jupyterlab-lsp
1523

16-
git clone https://github.com/martinRenou/json-lsp && cd json-lsp
24+
git clone https://github.com/jupyter-lsp/json-lsp && cd json-lsp
1725

1826
cd json_lsp && yarn install && cd ..
1927
pip install .

json_lsp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"version": "1.0.0",
44
"description": "JSON language server wrapper",
55
"main": "index.js",
6-
"repository": "https://github.com/martinRenou/json-lsp",
6+
"repository": "https://github.com/jupyter-lsp/json-lsp",
77
"author": "Martin Renou",
88
"license": "BSD 3-Clause",
99
"private": true,
1010
"dependencies": {
1111
"vscode-json-languageserver-bin": "^1.0.1"
1212
}
13-
}
13+
}

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = json-lsp
33
version = 0.2.0
44
description = JSON language server Python wrapper
55
author = Martin Renou
6-
url = https://github.com/martinRenou/json-lsp
6+
url = https://github.com/jupyter-lsp/json-lsp
77
license = BSD 3-Clause
88
license_file = LICENSE
99
classifiers =

0 commit comments

Comments
 (0)