@@ -25,14 +25,7 @@ Manim Slides will *automatically* detect the one you are using!
25
25
> with a lot more features!
26
26
27
27
- [ Installation] ( #installation )
28
- * [ Dependencies] ( #dependencies )
29
- * [ Pip install] ( #pip-install )
30
- * [ Install From Repository] ( #install-from-repository )
31
28
- [ Usage] ( #usage )
32
- * [ Basic Example] ( #basic-example )
33
- * [ Key Bindings] ( #key-bindings )
34
- * [ Interactive Tutorial] ( #interactive-tutorial )
35
- * [ Other Examples] ( #other-examples )
36
29
- [ Comparison with Similar Tools] ( #comparison-with-similar-tools )
37
30
- [ F.A.Q] ( #faq )
38
31
* [ How to increase quality on Windows] ( #how-to-increase-quality-on-windows )
@@ -43,62 +36,10 @@ Manim Slides will *automatically* detect the one you are using!
43
36
44
37
## Installation
45
38
46
- <!-- start install -->
47
-
48
- While installing Manim Slides and its dependencies on your global Python is fine,
49
- we recommend using a virtual environment
50
- (e.g., [ venv] ( https://docs.python.org/3/tutorial/venv.html ) ) for a local installation.
51
-
52
- ### Dependencies
53
-
54
- <!-- start deps -->
55
-
56
- Manim Slides requires either Manim or ManimGL to be installed.
57
- Having both packages installed is fine too.
58
-
59
- If none of those packages are installed, please refer to their specific installation guidelines:
60
- - [ Manim] ( https://docs.manim.community/en/stable/installation.html )
61
- - [ ManimGL] ( https://3b1b.github.io/manim/getting_started/installation.html )
62
-
63
- > [ !NOTE]
64
- > If you install Manim from its git repository, as suggested by ManimGL,
65
- > make sure to first check out a supported version (e.g., ` git checkout tags/v1.6.1 `
66
- > for ManimGL), otherwise it might install an unsupported version of Manim!
67
- > See [ #314 ] ( https://github.com/jeertmans/manim-slides/issues/314 ) for an example.
68
-
69
- <!-- end deps -->
70
-
71
- ### Pip Install
72
-
73
- > [ !NOTE]
74
- > For an easy and safe installation, use [ ` pipx ` ] ( https://pipx.pypa.io/ )
75
- > instead of ` pip ` .
76
-
77
- The recommended way to install the latest release is to use pip:
78
-
79
- ``` bash
80
- pipx install manim-slides
81
- ```
82
-
83
- Optionally, you can also install Manim or ManimGL using extras[ ^ 1 ] :
84
-
85
- ``` bash
86
- pip install " manim-slides[manim]" # For Manim
87
- # or
88
- pip install " manim-slides[manimgl]" # For ManimGL
89
- ```
90
-
91
- [ ^ 1 ] : You still need to have Manim or ManimGL platform-specific dependencies
92
- installed on your computer.
93
-
94
- ### Install From Repository
95
-
96
- An alternative way to install Manim Slides is to clone the git repository,
97
- and install from there: read the
98
- [ contributing guide] ( https://eertmans.be/manim-slides/contributing/workflow.html )
99
- to know how to process.
100
-
101
- <!-- end install -->
39
+ Manim Slides requires either Manim or ManimGL to be installed, along
40
+ with their dependencies. Please checkout the
41
+ [ documentation] ( https://eertmans.be/manim-slides/ )
42
+ for detailed install instructions.
102
43
103
44
## Usage
104
45
@@ -168,35 +109,6 @@ manim-slides BasicExample
168
109
169
110
<!-- end usage -->
170
111
171
- ## Key Bindings
172
-
173
- The default key bindings to control the presentation are:
174
-
175
- <picture >
176
- <source media =" (prefers-color-scheme: dark) " srcset =" https://raw.githubusercontent.com/jeertmans/manim-slides/main/static/wizard_dark.png " >
177
- <source media =" (prefers-color-scheme: light) " srcset =" https://raw.githubusercontent.com/jeertmans/manim-slides/main/static/wizard_light.png " >
178
- <img alt =" Manim Slides Wizard " src =" https://raw.githubusercontent.com/jeertmans/manim-slides/main/static/wizard_light.png " >
179
- </picture >
180
-
181
-
182
- You can run the ** configuration wizard** to change those key bindings:
183
-
184
- ``` bash
185
- manim-slides wizard
186
- ```
187
-
188
- A default file can be created with:
189
-
190
- ``` bash
191
- manim-slides init
192
- ```
193
-
194
- > [ !NOTE]
195
- > ` manim-slides ` uses key codes, which are platform dependent.
196
- > Therefore, sharing keys configuration files accross OSes or keyboards
197
- > is not recommended. Instead, use default key-bindings, or generate
198
- > a new config with ` manim-slides wizard ` .
199
-
200
112
## Interactive Tutorial
201
113
202
114
Click on the image to watch a slides presentation that explains to you how
0 commit comments