Skip to content

Commit 26be6a0

Browse files
committed
Merge pull request jupyter#9 from ptone/dev-quickstart
Interim update for dev quickstart
2 parents 886e14f + 69eee38 commit 26be6a0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
The Jupyter HTML notebook is a web-based notebook environment for interactive computing.
44

5+
Dev quickstart:
6+
7+
* Create a virtual env (ie jupyter-dev)
8+
* ensure that you have node/npm installed (ie brew install node on OS X)
9+
* Clone this repo and cd into it
10+
* pip install -r requirements.txt
11+
* pip install -e .
12+
13+
_NOTE_: For Debian/Ubuntu systems, if you're installing the system node you need
14+
to use the 'nodejs-legacy' package and not the 'node' package.
15+
516
Launch with:
617

718
jupyter notebook
19+

0 commit comments

Comments
 (0)