Skip to content

Commit ae0ec04

Browse files
authored
Merge pull request #1016 from meeseeksmachine/auto-backport-of-pr-1012-on-0.2.x
Backport PR #1012 on branch 0.2.x (Fix installation instructions)
2 parents eb894a0 + b31adc6 commit ae0ec04

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/source/contribute.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,15 @@ First, you need to fork the project. Then setup your environment:
3131
.. code-block:: bash
3232
3333
# create a new conda environment
34-
conda create -n voila -c conda-forge notebook nodejs
34+
conda create -n voila -c conda-forge notebook jupyterlab nodejs yarn pip
3535
conda activate voila
3636
3737
# download voila from your GitHub fork
3838
git clone https://github.com/<your-github-username>/voila.git
3939
4040
# install JS dependencies and build js assets
41-
cd voila/js
42-
npm install
43-
cd ..
41+
cd voila
42+
yarn install
4443
4544
# install Voilà in editable mode
4645
python -m pip install -e .

0 commit comments

Comments
 (0)