mirror of
https://github.com/3b1b/manim.git
synced 2025-11-13 19:57:48 +00:00
Update tutorial description
This commit is contained in:
parent
7fab15abd4
commit
d031e5735a
1 changed files with 3 additions and 3 deletions
|
|
@ -2,9 +2,9 @@ Getting Started
|
|||
===============
|
||||
|
||||
Todd Zimmerman put together `a very nice tutorial`_ on getting started with
|
||||
``manim``, but is unfortunately outdated. It's still useful for understanding
|
||||
how ``manim`` is used, but the examples won't run on the latest version of
|
||||
``manim``.
|
||||
``manim``, which has been updated to run on python 3.7. Note that you'll want
|
||||
to change `from big_ol_pile_of_manim_imports import *` to `from
|
||||
manimlib.imports import *` to work with the current codebase.
|
||||
|
||||
.. _a very nice tutorial: https://talkingphysics.wordpress.com/2019/01/08/getting-started-animating-with-manim-and-python-3-7/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue