mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Merge pull request #2 from scottopell/master
updates instructions using my patched version of aggdraw for pillow 3.x
This commit is contained in:
commit
c03a0e6bbd
1 changed files with 1 additions and 5 deletions
|
@ -17,10 +17,7 @@ This doesn't install freetype, but I don't think its required for this project
|
|||
|
||||
```
|
||||
cd $TMPDIR
|
||||
# or hg clone https://stefanfoulis@bitbucket.org/2degrees/aggdraw-64bits
|
||||
# instead of the next 2 commands
|
||||
wget https://bitbucket.org/2degrees/aggdraw-64bits/get/a95a86958b68.zip
|
||||
unzip a95a86958b68.zip -d aggdraw-64bits
|
||||
git clone https://github.com/scottopell/aggdraw-64bits
|
||||
cd aggdraw-64bits
|
||||
/usr/local/bin/python setup.py build_ext -i
|
||||
/usr/local/bin/python setup.py install
|
||||
|
@ -29,4 +26,3 @@ cd aggdraw-64bits
|
|||
## How to Use
|
||||
Try running the following:
|
||||
python extract_scene.py -p example_scenes.py SquareToCircle
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue