Skip to content

Commit

Permalink
Merge pull request #1012 from davidbrochart/fix_doc
Browse files Browse the repository at this point in the history
Fix installation instructions
  • Loading branch information
trungleduc authored Oct 25, 2021
2 parents 492a4a3 + fa3da6c commit 14a0c52
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/source/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/<your-github-username>/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 .
Expand Down

0 comments on commit 14a0c52

Please sign in to comment.