Skip to content

Commit

Permalink
Update contributing.rst (#373)
Browse files Browse the repository at this point in the history
Fix errors in setup docs
  • Loading branch information
JasonWeill authored Oct 21, 2024
1 parent c52fa20 commit b64b54b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/source/developer/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,12 @@ Installing JupyterLab Real-Time Collaboration

The development version of the server requires `node <https://nodejs.org/en/download/>`_ and `pip <https://pip.pypa.io/en/stable/installing/>`_.

Once you have installed the dependencies mentioned above, use the following
steps:
Once you have installed the dependencies above, use the following steps:

.. code-block:: shell
pip install --upgrade pip
git clone https://github.com/jupyterlab/jupyter_collaboration
cd jupyter_collaboration
git clone https://github.com/jupyterlab/jupyter-collaboration.git
cd jupyter-collaboration
# install monorepo
pip install -e ".[dev,test]"
# install local dependencies as editable
Expand Down

0 comments on commit b64b54b

Please sign in to comment.