From d0732e1dcb1f7e20a0443753d8b7d4e91b77c6ec Mon Sep 17 00:00:00 2001 From: bhbr Date: Wed, 4 Apr 2018 22:26:33 +0200 Subject: [PATCH] added aggdraw-1.3 caveat to README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fedcbc1..ec2349b7 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,12 @@ Note: pip will install the python module `aggdraw` from https://github.com/scottopell/aggdraw-64bits/ and it might have additional dependencies. -This doesn't install freetype, but I don't think it's required for this project +This doesn't install freetype, but I don't think it's required for this project. + +The latest version of aggdraw (1.3 as of 2018) does not work with manim. Uninstall it beforehand if necessary: +```sh +pip uninstall aggdraw +``` ## How to Use Try running the following: