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
* chore(docs): update install documentation
Closes#169
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* chore(docs): update according to code quality report
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,16 @@ The recommended way to install the latest release is to use pip:
54
54
pip install manim-slides
55
55
```
56
56
57
+
Optionally, you can also install Manim or ManimGL using extras[^1]:
58
+
59
+
```bash
60
+
pip install manim-slides[manim] # For Manim
61
+
# or
62
+
pip install manim-slides[manimgl] # For ManimGL
63
+
```
64
+
65
+
[^1]: NOTE: you still need to have Manim or ManimGL platform-specific dependencies installed on your computer.
66
+
57
67
### Install From Repository
58
68
59
69
An alternative way to install Manim Slides is to clone the git repository, and install from there: read the [contributing guide](https://eertmans.be/manim-slides/contributing/workflow.html) to know how.
0 commit comments