mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Update README.md
This commit is contained in:
parent
3ec8bb0d28
commit
be5762ba9c
1 changed files with 10 additions and 10 deletions
20
README.md
20
README.md
|
@ -30,17 +30,17 @@ python manim.py example_scenes.py OpeningManimExample
|
||||||
```
|
```
|
||||||
### Mac OSX
|
### Mac OSX
|
||||||
1. Install FFmpeg, LaTeX, Cairo in terminal using homebrew.
|
1. Install FFmpeg, LaTeX, Cairo in terminal using homebrew.
|
||||||
```sh
|
```sh
|
||||||
brew install ffmpeg mactex cairo
|
brew install ffmpeg mactex cairo
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Install latest version of manim using this command if you dont want to tinker with code.(virtualenv wrapper is recommended)
|
2. Install latest version of manim using these command.
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/3b1b/manim.git
|
git clone https://github.com/3b1b/manim.git
|
||||||
cd manim
|
cd manim
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
python manim.py example_scenes.py OpeningManimExample
|
python manim.py example_scenes.py OpeningManimExample
|
||||||
```
|
```
|
||||||
|
|
||||||
### Directly (Windows)
|
### Directly (Windows)
|
||||||
1. [Install FFmpeg](https://www.wikihow.com/Install-FFmpeg-on-Windows).
|
1. [Install FFmpeg](https://www.wikihow.com/Install-FFmpeg-on-Windows).
|
||||||
|
|
Loading…
Add table
Reference in a new issue