Skip to content

Commit

Permalink
fix(docs): some typos (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans authored Nov 1, 2024
1 parent d8acbae commit 91e6e13
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

- `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
module (for notebook magics), and includes IPython but not does not include
any Qt bindings.
module (for notebook magics), and includes IPython but does not include
any Qt binding.

You can try out the Manim Slides package with
You can try out the Manim Slides package with:

```sh
nix-shell -p manim ffmpeg manim-slides
Expand All @@ -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).

:::{note}
Nix current does not support `manimgl`.
Nix does not currently support `manimgl`.
:::

## When you need a Qt backend
Expand Down

0 comments on commit 91e6e13

Please sign in to comment.