Skip to content
Snippets Groups Projects
Unverified Commit ca8d1a10 authored by Vincent F. Scalfani's avatar Vincent F. Scalfani Committed by GitHub
Browse files

DOC: add back conda forge in intro (#1545)


Co-authored-by: default avatarChris Holdgraf <choldgraf@berkeley.edu>
parent a9486c73
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,11 @@ You can install Jupyter Book [via `pip`](https://pip.pypa.io/en/stable/):
```bash
pip install -U jupyter-book
```
or via [`conda-forge`](https://conda-forge.org/):
```bash
conda install -c conda-forge jupyter-book
```
This will install everything you need to build a Jupyter Book locally.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment