mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Merge pull request #309 from cclauss/patch-2
README.md: Ensure that Python 3 is used
This commit is contained in:
commit
6964db2bd5
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ operating system:
|
|||
|
||||
Then you can install the python dependencies:
|
||||
```sh
|
||||
pip install -r requirements.txt
|
||||
python3 -m pip install -r requirements.txt
|
||||
```
|
||||
|
||||
## How to Use
|
||||
|
@ -31,7 +31,7 @@ Todd Zimmerman put together a [very nice tutorial](https://talkingphysics.wordpr
|
|||
|
||||
Try running the following:
|
||||
```sh
|
||||
python extract_scene.py example_scenes.py SquareToCircle -pl
|
||||
python3 extract_scene.py example_scenes.py SquareToCircle -pl
|
||||
```
|
||||
|
||||
The -p is for previewing, meaning the the video file will automatically open when it is done rendering.
|
||||
|
|
Loading…
Add table
Reference in a new issue