diff --git a/README.md b/README.md index da8e9790..5fedcbc1 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ For 9/10 math animation needs, you'd probably be better off using a more well-ma ## Install requirements +Manim depends on Python 2.7 and is not yet compatible with Python 3. + Manim dependencies rely on system libraries you will need to install on your operating system: * ffmpeg diff --git a/mobject/geometry.py b/mobject/geometry.py index a39c0056..e3fee62b 100644 --- a/mobject/geometry.py +++ b/mobject/geometry.py @@ -725,4 +725,3 @@ class Grid(VMobject): )) -