mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Update README.md
corrected my mistakes in readme
This commit is contained in:
parent
331e5a1c21
commit
fc01239c7a
1 changed files with 8 additions and 3 deletions
11
README.md
11
README.md
|
@ -29,14 +29,19 @@ pip install -r requirements.txt
|
|||
python manim.py example_scenes.py OpeningManimExample
|
||||
```
|
||||
### Mac OSX
|
||||
1. Install [FFmpeg],[LaTeX],[cairo](if you only want to run on CPU) in commandline using homebrew.
|
||||
1. Install FFmpeg,LaTeX,cairo in terminal using homebrew.
|
||||
```sh
|
||||
brew install ffmpeg mactex cairo
|
||||
```
|
||||
2. Install manim using this command if you dont want to tinker with code.(virtualenv wrapper is recommended)
|
||||
|
||||
2. Install latest version of manim using this command if you dont want to tinker with code.(virtualenv wrapper is recommended)
|
||||
```sh
|
||||
pip3 install manimlib
|
||||
git clone https://github.com/3b1b/manim.git
|
||||
cd manim
|
||||
pip install -r requirements.txt
|
||||
python manim.py example_scenes.py OpeningManimExample
|
||||
```
|
||||
|
||||
### Directly (Windows)
|
||||
1. [Install FFmpeg](https://www.wikihow.com/Install-FFmpeg-on-Windows).
|
||||
2. Install a LaTeX distribution. [MiKTeX](https://miktex.org/download) is recommended.
|
||||
|
|
Loading…
Add table
Reference in a new issue