Skip to content

Commit 66a63c5

Browse files
authored
Updated contributing.md
added support for zsh
1 parent 14e2d3d commit 66a63c5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/contributing.md

-5
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,8 @@ pre-commit install
1616

1717
The `conda env create` command installs all Python packages that are useful when working on the source code of `mpl_interactions` and its documentation. You can also install these packages separately:
1818

19-
```bash
20-
pip install -e .[dev]
21-
```
22-
for MacOs systems that use zsh instead of bash type:
2319
```bash
2420
pip install -e ".[dev]"
25-
2621
```
2722

2823
The {command}`-e .` flag installs the `mpl_interactions` folder in ["editable" mode](https://pip.pypa.io/en/stable/cli/pip_install/#editable-installs) and {command}`[dev]` installs the [optional dependencies](https://setuptools.readthedocs.io/en/latest/userguide/dependency_management.html#optional-dependencies) you need for developing `mpl_interacions`.

0 commit comments

Comments
 (0)