mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 05:24:22 +08:00
Merge branch 'master' of github.com:3b1b/manim into hyperdarts
This commit is contained in:
@ -49,12 +49,12 @@ the repository page with ``Clone or download`` button and unzip it.
|
|||||||
|
|
||||||
Open the commandline within the manim directory with ``Shift + Right click`` on an empty space in the folder and select ``open command window here``
|
Open the commandline within the manim directory with ``Shift + Right click`` on an empty space in the folder and select ``open command window here``
|
||||||
|
|
||||||
Install manim python dependencies with ``pip install -r requirement.txt``
|
Install manim python dependencies with ``pip install -r requirements.txt``
|
||||||
|
|
||||||
Test the installation
|
Test the installation
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
Type in ``python -m manim -h`` and if nothing went wrong during the installtion process you should see the help text.
|
Type in ``python -m manim -h`` and if nothing went wrong during the installation process you should see the help text.
|
||||||
|
|
||||||
Use ``python -m manim example_scenes.py SquareToCircle -pl`` to render the example scene and the file should play after rendering. The movie file should be
|
Use ``python -m manim example_scenes.py SquareToCircle -pl`` to render the example scene and the file should play after rendering. The movie file should be
|
||||||
in ``media/videos/example_scenes/480p15``
|
in ``media/videos/example_scenes/480p15``
|
||||||
|
Reference in New Issue
Block a user