mirror of
https://github.com/3b1b/manim.git
synced 2026-04-26 03:00:23 -04:00
added aggdraw-1.3 caveat to README
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user