Skip to content

Commit 0401d7b

Browse files
committed
Update installation instructions in README
1 parent aaf5ea0 commit 0401d7b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ Jupyter-LC\_notebook\_diff is an extension that compares two or three Jupyter no
99

1010
## Install
1111

12-
To install the extension, execute:
12+
To install the extension, download the tar.gz file from the [latest release](https://github.com/NII-cloud-operation/Jupyter-LC_notebook_diff/releases) and execute:
1313

1414
```bash
15-
$ pip install git+https://github.com/NII-cloud-operation/Jupyter-LC_notebook_diff.git
15+
$ pip install lc_notebook_diff-*.tar.gz
1616
```
1717

18-
To use the extension you will also need to install and enable, you can use Jupyter subcommand:
18+
For nbclassic users, you will also need to install and enable the extension:
1919

20-
```
21-
$ jupyter nbclassic-extension install --py lc_notebook_diff
22-
$ jupyter nbclassic-extension enable --py lc_notebook_diff
20+
```bash
21+
$ jupyter nbclassic-extension install --py lc_notebook_diff --sys-prefix
22+
$ jupyter nbclassic-extension enable --py lc_notebook_diff --sys-prefix
2323
```
2424

2525
then restart Jupyter notebook.

0 commit comments

Comments
 (0)