Skip to content

Commit a34d54d

Browse files
kolibril13pre-commit-ci[bot]behackl
authored
Add instructions to install extra dependencies with poetry (#2686)
* add poetry install -e instruction * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * make new section * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update docs/source/contributing/development.rst Co-authored-by: Benjamin Hackl <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Benjamin Hackl <[email protected]>
1 parent 8841e39 commit a34d54d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/source/contributing/development.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ For first-time contributors
6666
as create and enter a virtual environment. You can always re-enter
6767
that environment by running ``poetry shell``.
6868

69+
- In case you want to install extra dependencies that are defined in
70+
the ``[tool.poetry.extras]`` section of ``pyproject.toml``, this can be done by passing
71+
the ``-E`` flag, for example ``poetry install -E jupyterlab -E gui``.
72+
6973
- In case you decided against Poetry, you can install Manim via pip
7074
by running ``python3 -m pip install .``. Note that due to our
7175
development infrastructure being based on Poetry, we currently

0 commit comments

Comments
 (0)