Add ffmpeg

This commit is contained in:
Wei Ouyang
2020-09-27 19:26:20 +02:00
committed by GitHub
parent ec003dc10f
commit 6d0a641315

View File

@@ -19,10 +19,11 @@ diffvg is a differentiable rasterizer for 2D vector graphics. See the webpage fo
# Install
```
git submodule update --init --recursive
conda install pytorch torchvision -c pytorch
conda install numpy
conda install scikit-image
conda install -c anaconda cmake
conda install -y pytorch torchvision -c pytorch
conda install -y numpy
conda install -y scikit-image
conda install -y -c anaconda cmake
conda install -y -c conda-forge ffmpeg
pip install svgwrite
pip install svgpathtools
pip install cssutils