Update README.md

This commit is contained in:
Devin Neal 2019-06-10 20:09:42 -07:00
parent 22b4c3578b
commit 1322152391

View file

@ -34,7 +34,7 @@ If you want to hack on manimlib itself, clone this repository and in that direct
python3 -m pip install -r requirements.txt python3 -m pip install -r requirements.txt
# Try it out # Try it out
python3 -m manim example_scenes.py SquareToCircle -pl python3 ./manim.py example_scenes.py SquareToCircle -pl
``` ```
### Directly (Windows) ### Directly (Windows)