Pārlūkot izejas kodu

Update readme to be more explicit

Steven Silvester 9 gadi atpakaļ
vecāks
revīzija
841ecef649
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -15,7 +15,7 @@ Package Install
 
 ```bash
 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
 npm install
 npm run build
-conda install jupyter
+conda install notebook  # notebook 4.1+ required
 ```
 
 **Rebuild**