Skip to content

Commit

Permalink
Merge pull request #1016 from meeseeksmachine/auto-backport-of-pr-101…
Browse files Browse the repository at this point in the history
…2-on-0.2.x

Backport PR #1012 on branch 0.2.x (Fix installation instructions)
  • Loading branch information
trungleduc authored Oct 27, 2021
2 parents eb894a0 + b31adc6 commit ae0ec04
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 ae0ec04

Please sign in to comment.