Skip to content

Commit f61018d

Browse files
authored
Clarify Python distribution extras
1 parent 54ad472 commit f61018d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ To make a distribution archives, run `python -m build` within the virtual enviro
1515
To run an editable build in the virtual environment, run `pip install -e .`.
1616
To install to user `site-packages`, run `pip install dist/running_ng-<VERSION>-py3-none-any.whl` outside the virtual environment.
1717

18-
To install extra
18+
There are two [extras](https://peps.python.org/pep-0508/#extras) available.
19+
- `zulip`: dependencies for the `Zulip` `runbms` plugin.
20+
- `tests`: dependencies for running tests.
1921

2022
## Documentation
2123
Please refer to [this site](https://anupli.github.io/running-ng/) for up-to-date documentations.

0 commit comments

Comments
 (0)