mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-07-15 00:52:15 +08:00
26 lines
490 B
Markdown
26 lines
490 B
Markdown
# Quickstart
|
|
|
|
## Installation
|
|
|
|
```{include} ../../README.md
|
|
:start-after: <!-- start install -->
|
|
:end-before: <!-- end install -->
|
|
```
|
|
|
|
## Creating your first slides
|
|
|
|
```{include} ../../README.md
|
|
:start-after: <!-- start usage -->
|
|
:end-before: <!-- end usage -->
|
|
```
|
|
|
|
The output slides should look this this:
|
|
|
|
```{eval-rst}
|
|
.. manim-slides:: ../../example.py:BasicExample
|
|
:hide_source:
|
|
:quality: high
|
|
```
|
|
|
|
For more advanced examples, see the [Examples](reference/examples) section.
|