Skip to content

Commit b31adc6

Browse files
trungleducmeeseeksmachine
authored andcommitted
Backport PR voila-dashboards#1012: Fix installation instructions
1 parent 34173b6 commit b31adc6

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)