We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c52fa20 commit b64b54bCopy full SHA for b64b54b
docs/source/developer/contributing.rst
@@ -31,14 +31,12 @@ Installing JupyterLab Real-Time Collaboration
31
32
The development version of the server requires `node <https://nodejs.org/en/download/>`_ and `pip <https://pip.pypa.io/en/stable/installing/>`_.
33
34
-Once you have installed the dependencies mentioned above, use the following
35
-steps:
+Once you have installed the dependencies above, use the following steps:
36
37
.. code-block:: shell
38
39
- pip install --upgrade pip
40
- git clone https://github.com/jupyterlab/jupyter_collaboration
41
- cd jupyter_collaboration
+ git clone https://github.com/jupyterlab/jupyter-collaboration.git
+ cd jupyter-collaboration
42
# install monorepo
43
pip install -e ".[dev,test]"
44
# install local dependencies as editable
0 commit comments