File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,12 @@ Installing JupyterLab Real-Time Collaboration
31
31
32
32
The development version of the server requires `node <https://nodejs.org/en/download/ >`_ and `pip <https://pip.pypa.io/en/stable/installing/ >`_.
33
33
34
- Once you have installed the dependencies mentioned above, use the following
35
- steps:
34
+ Once you have installed the dependencies above, use the following steps:
36
35
37
36
.. code-block :: shell
38
37
39
- pip install --upgrade pip
40
- git clone https://github.com/jupyterlab/jupyter_collaboration
41
- cd jupyter_collaboration
38
+ git clone https://github.com/jupyterlab/jupyter-collaboration.git
39
+ cd jupyter-collaboration
42
40
# install monorepo
43
41
pip install -e " .[dev,test]"
44
42
# install local dependencies as editable
You can’t perform that action at this time.
0 commit comments