Added anaconda environment and windows instructions

This commit is contained in:
Shubhanshu Mishra 2019-04-30 14:40:22 -05:00
parent c579c7d99f
commit 5d1f016fbd
2 changed files with 25 additions and 0 deletions

View file

@ -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
View 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