Ver código fonte

update readme

Steven Silvester 9 anos atrás
pai
commit
15de67864d
1 arquivos alterados com 4 adições e 1 exclusões
  1. 4 1
      README.md

+ 4 - 1
README.md

@@ -16,7 +16,7 @@ Package Install
 ```bash
 npm install --save jupyter-js-plugins
 conda install jupyter
-pip install -U --pre notebook  # requires the 4.1rc version of the notebook
+pip install -U notebook  # requires the 4.1 version of the notebook
 ```
 
 
@@ -26,12 +26,15 @@ Source Build
 **Prerequisites**
 - [git](http://git-scm.com/)
 - [node 0.12+](http://nodejs.org/)
+- [python](https://www.continuum.io/downloads)
 
 ```bash
 git clone https://github.com/jupyter/jupyter-js-plugins.git
 cd jupyter-js-plugins
 npm install
 npm run build
+conda install jupyter
+pip install -U notebook  # requires the 4.1 version of the notebook
 ```
 
 **Rebuild**