Ver Fonte

Add jupyter_packaging to the extension tutorial

Fixes #9174
Jason Grout há 4 anos atrás
pai
commit
4ba7bfa951
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      docs/source/developer/extension_tutorial.rst

+ 1 - 0
docs/source/developer/extension_tutorial.rst

@@ -162,6 +162,7 @@ dependencies and install the extension into the JupyterLab environment.
 
 .. code:: bash
 
+    pip install jupyter_packaging
     pip install -ve .
 
 The above command copies the frontend part of the extension into JupyterLab.