Skip to content

Commit

Permalink
Backport PR voila-dashboards#1012: Fix installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc authored and meeseeksmachine committed Oct 27, 2021
1 parent 34173b6 commit b31adc6
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 b31adc6

Please sign in to comment.