diff --git a/docs/source/contribute.rst b/docs/source/contribute.rst index 7e57c7090..28b560e38 100755 --- a/docs/source/contribute.rst +++ b/docs/source/contribute.rst @@ -31,16 +31,15 @@ First, you need to fork the project. Then setup your environment: .. code-block:: bash # create a new conda environment - conda create -n voila -c conda-forge notebook nodejs + conda create -n voila -c conda-forge notebook jupyterlab nodejs yarn pip conda activate voila # download voila from your GitHub fork git clone https://github.com//voila.git # install JS dependencies and build js assets - cd voila/js - npm install - cd .. + cd voila + yarn install # install VoilĂ  in editable mode python -m pip install -e .