浏览代码

update readme for installation

Steven Silvester 9 年之前
父节点
当前提交
0aafe4ae9a
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -11,9 +11,12 @@ Package Install
 
 **Prerequisites**
 - [node](http://nodejs.org/)
+- [python](https://www.continuum.io/downloads)
 
 ```bash
 npm install --save jupyter-js-plugins
+conda install jupyter
+pip install -U --pre notebook  # requires the 4.1rc version of the notebook
 ```