From e49c47f4ea8e9a24ac76ae7fc4d7bf5c9c0b064a Mon Sep 17 00:00:00 2001 From: Vivek Verma Date: Wed, 9 Jan 2019 08:29:03 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64acab03..72846d99 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,8 @@ While developing a scene, the `-s` flag is helpful to just see what things look ### Documentation Documentation is in progress at [manim.readthedocs.io](https://manim.readthedocs.io). -### (Outdated) Walkthrough -Todd Zimmerman put together a [tutorial](https://talkingphysics.wordpress.com/2018/06/11/learning-how-to-animate-videos-using-manim-series-a-journey/) on getting started with manim, but it uses an outdated version that runs on python 2.7. It may not be fully compatible with the current version of manim, but it does a good job laying out the basics. +### Walkthrough +Todd Zimmerman put together a [tutorial](https://talkingphysics.wordpress.com/2019/01/08/getting-started-animating-with-manim-and-python-3-7/) on getting started with manim, which has been updated to run on python 3.7. ### Live Streaming To live stream your animations, simply run manim with the `--livestream` option.