From 91e6e139e33e206f91452ff1ce613dd64834488a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Eertmans?= Date: Fri, 1 Nov 2024 10:01:28 +0100 Subject: [PATCH] fix(docs): some typos (#484) --- docs/source/installation.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/installation.md b/docs/source/installation.md index 680a99d..0e92373 100644 --- a/docs/source/installation.md +++ b/docs/source/installation.md @@ -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 @@ -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