Skip to content

Commit

Permalink
Add bokeh dev conda channel to editable install (#6375)
Browse files Browse the repository at this point in the history
Conda wasn't finding bokeh==3.4.0.dev8 which is in the dependency reqiurements. For me needs this other channel.
  • Loading branch information
doraaki authored and ahuang11 committed Feb 23, 2024
1 parent b80e54e commit a9021fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/developer_guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ conda activate panel_dev
To perform an editable install of Panel, including all the dependencies required to run the full unit test suite, run the following:

```bash
doit develop_install -c pyviz/label/dev -c conda-forge -c bokeh -o build -o tests -o recommended
doit develop_install -c pyviz/label/dev -c conda-forge -c bokeh -c bokeh/label/dev -o build -o tests -o recommended
```

The above command installs Panel's dependencies using conda, then performs a pip editable install of Panel. If it fails, `nodejs>=14.0.0` may be missing from your environment, fix it with `conda install -c conda-forge nodejs` then rerun above command.
Expand Down

0 comments on commit a9021fc

Please sign in to comment.