mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00

pip is able to install a python module straight from a git repository and supports pinning a specific commit. Add scottopell/aggdraw-64bits to requirements.txt Adjust README.md to drop the manual install step now covered by pip install. Test plan I have created an empty virtual env on Debian GNU/Linux and ran the demo command: python extract_scene.py -p example_scenes.py SquareToCircle Signed-off-by: Antoine Musso <hashar@free.fr>
7 lines
187 B
Text
7 lines
187 B
Text
colour==0.1.2
|
|
numpy==1.11.0
|
|
Pillow==3.4.2
|
|
progressbar==2.3
|
|
scipy==0.17.1
|
|
tqdm==4.7.1
|
|
git+https://github.com/scottopell/aggdraw-64bits@c95aac4369038706943fd0effb7d888683860e5a#egg=aggdraw
|