mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-08-06 14:19:52 +08:00
fix(docs): some typos (#484)
This commit is contained in:
@ -137,12 +137,12 @@ Manim Slides is distributed under Nixpkgs >=24.05.
|
|||||||
If you are using Nix or NixOS, you can find Manim Slides under:
|
If you are using Nix or NixOS, you can find Manim Slides under:
|
||||||
|
|
||||||
- `nixpkgs.manim-slides`, which is meant to be a stand alone application and
|
- `nixpkgs.manim-slides`, which is meant to be a stand alone application and
|
||||||
includes pyqt6 (see above);
|
includes PyQt6 (see above);
|
||||||
- `nixpkgs.python3Packages.manim-slides`, which is meant to be used as a
|
- `nixpkgs.python3Packages.manim-slides`, which is meant to be used as a
|
||||||
module (for notebook magics), and includes IPython but not does not include
|
module (for notebook magics), and includes IPython but does not include
|
||||||
any Qt bindings.
|
any Qt binding.
|
||||||
|
|
||||||
You can try out the Manim Slides package with
|
You can try out the Manim Slides package with:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
nix-shell -p manim ffmpeg manim-slides
|
nix-shell -p manim ffmpeg manim-slides
|
||||||
@ -160,7 +160,7 @@ nix-shell -p manim ffmpeg "python3.withPackages(ps: with ps; [ manim-slides, ...
|
|||||||
or bundle this into [your Nix environment](https://wiki.nixos.org/wiki/Python).
|
or bundle this into [your Nix environment](https://wiki.nixos.org/wiki/Python).
|
||||||
|
|
||||||
:::{note}
|
:::{note}
|
||||||
Nix current does not support `manimgl`.
|
Nix does not currently support `manimgl`.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
## When you need a Qt backend
|
## When you need a Qt backend
|
||||||
|
Reference in New Issue
Block a user