You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contributing.md
-5
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,8 @@ pre-commit install
16
16
17
17
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:
18
18
19
-
```bash
20
-
pip install -e .[dev]
21
-
```
22
-
for MacOs systems that use zsh instead of bash type:
23
19
```bash
24
20
pip install -e ".[dev]"
25
-
26
21
```
27
22
28
23
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