You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Animation only: Speed up or slow down animation speed as desired
33
33
34
34
## Quickstart
35
+
Optional: If you prefer using Docker, skip steps (1) and (2) here and jump to the [Docker installation](#docker-installation) section below, then come back here to step (3).
35
36
36
37
1)**Install Manim and its dependencies for your OS / environment:**
37
38
-[Install Manim on Windows](https://docs.manim.community/en/stable/installation/windows.html)
@@ -376,6 +377,33 @@ See **Quickstart** section for details on installing manim and other dependencie
Optional: On MacOS / Linux / or GitBash in Windows, create an alias for the long docker command so your can run it as a normal `git-sim` command. To do so add the following to your `.bashrc` or equivalent (then restart your terminal):
399
+
400
+
<h5a><strong><code>.bashrc</code></strong></h5>
401
+
```bash
402
+
git-sim() { docker run --rm -v $(pwd):/usr/src/git-sim git-sim "$@" }
403
+
```
404
+
405
+
This will enable you to run git-sim subcommands as [described above](#commands).
406
+
379
407
## Learn More
380
408
Learn more about this tool on the [git-sim project page](https://initialcommit.com/tools/git-sim).
0 commit comments