浏览代码

Update readme to be more explicit

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

+ 2 - 2
README.md

@@ -15,7 +15,7 @@ Package Install
 
 
 ```bash
 ```bash
 npm install --save jupyter-js-plugins
 npm install --save jupyter-js-plugins
-conda install jupyter
+conda install notebook  # notebook 4.1+ required
 ```
 ```
 
 
 
 
@@ -32,7 +32,7 @@ git clone https://github.com/jupyter/jupyter-js-plugins.git
 cd jupyter-js-plugins
 cd jupyter-js-plugins
 npm install
 npm install
 npm run build
 npm run build
-conda install jupyter
+conda install notebook  # notebook 4.1+ required
 ```
 ```
 
 
 **Rebuild**
 **Rebuild**