mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Added anaconda environment and windows instructions
This commit is contained in:
parent
c579c7d99f
commit
5d1f016fbd
2 changed files with 25 additions and 0 deletions
|
@ -49,6 +49,14 @@ manim.py example_scenes.py SquareToCircle -pl
|
|||
python3 manim.py example_scenes.py SquareToCircle -pl
|
||||
```
|
||||
|
||||
|
||||
## Anaconda Install
|
||||
|
||||
* Install sox and latex as above.
|
||||
* Create a conda environment using `conda env create -f environment.yml`
|
||||
* **WINDOWS ONLY** Install `pyreadline` via `pip install pyreadline`.
|
||||
|
||||
|
||||
### Using `virtualenv` and `virtualenvwrapper`
|
||||
After installing `virtualenv` and `virtualenvwrapper`
|
||||
```sh
|
||||
|
|
17
environment.yml
Normal file
17
environment.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
name: manim
|
||||
channels:
|
||||
- defaults
|
||||
- conda-forge
|
||||
dependencies:
|
||||
- python=3.7
|
||||
- cairo
|
||||
- ffmpeg
|
||||
- colour==0.1.5
|
||||
- numpy==1.15.0
|
||||
- pillow==5.2.0
|
||||
- scipy==1.1.0
|
||||
- tqdm==4.24.0
|
||||
- opencv==3.4.2
|
||||
- pycairo==1.18.0
|
||||
- pydub==0.23.0
|
||||
- pyreadline
|
Loading…
Add table
Reference in a new issue