From bac0d97c3a3c7534b786b993018ad84517336f25 Mon Sep 17 00:00:00 2001 From: Scott Opell Date: Thu, 26 May 2016 11:13:36 -0400 Subject: [PATCH] updates instructions using my patched version of aggdraw for pillow 3.x --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 30d8e4a5..59f0757a 100644 --- a/README.md +++ b/README.md @@ -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 -