Skip to content

Commit c3e85f5

Browse files
install docs: mention Homebrew (#733)
1 parent 0a189fd commit c3e85f5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

install.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permalink: /install
77

88
Project Jupyter's tools are available for installation via the [Python Package Index](https://pypi.org/), the leading repository of software created for the Python programming language.
99

10-
This page uses instructions with [pip](https://pip.pypa.io/en/stable/), [the recommended installation tool for Python](https://packaging.python.org/en/latest/guides/tool-recommendations/#installation-tool-recommendations). If you require _environment management_ as opposed to just installation, look into [conda](https://docs.conda.io/), [mamba](https://mamba.readthedocs.io/), and [pipenv](https://pipenv.pypa.io/).
10+
This page uses instructions with [pip](https://pip.pypa.io/en/stable/), [the recommended installation tool for Python](https://packaging.python.org/en/latest/guides/tool-recommendations/#installation-tool-recommendations). If you require _environment management_ as opposed to just installation, look into [conda](https://docs.conda.io/), [mamba](https://mamba.readthedocs.io/), [pipenv](https://pipenv.pypa.io/), and [Homebrew](https://brew.sh).
1111

1212
## JupyterLab
1313

@@ -51,3 +51,12 @@ Once installed, launch Voilà with:
5151
```bash
5252
voila
5353
```
54+
55+
## Homebrew
56+
57+
[Homebrew](https://brew.sh) is a package manager for macOS and Linux.
58+
You can use it to install Jupyter by running:
59+
60+
```bash
61+
brew install jupyterlab
62+
```

0 commit comments

Comments
 (0)