Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix the instruction.
  • Loading branch information
tongshuangwu committed Aug 10, 2020
1 parent dc31134 commit ea6a21e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ Table of Contents
From pypi:
```bash
pip install checklist
jupyter nbextension install --py --user checklist.viewer
jupyter nbextension enable --py --user checklist.viewer
jupyter nbextension install --py --sys-prefix checklist.viewer
jupyter nbextension enable --py --sys-prefix checklist.viewer
```
Note: `--sys-prefix` to install into python’s sys.prefix, which is useful for instance in virtual environments, such as with conda or virtualenv. If you are not in such environments, please switch to `--user` to install into the user’s home jupyter directories.

From source:
```bash
git clone git@github.com:marcotcr/checklist.git
Expand Down

0 comments on commit ea6a21e

Please sign in to comment.