diff --git a/docs/source/getting_started/index.rst b/docs/source/getting_started/index.rst index 8b3005f8..11f8e9d0 100644 --- a/docs/source/getting_started/index.rst +++ b/docs/source/getting_started/index.rst @@ -2,11 +2,11 @@ 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/2018/06/11/learning-how-to-animate-videos-using-``manim``-series-a-journey/ +.. _a very nice tutorial: https://talkingphysics.wordpress.com/2019/01/08/getting-started-animating-with-manim-and-python-3-7/ .. toctree:: :caption: Contents