Add ffmpeg
This commit is contained in:
@@ -19,10 +19,11 @@ diffvg is a differentiable rasterizer for 2D vector graphics. See the webpage fo
|
|||||||
# Install
|
# Install
|
||||||
```
|
```
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
conda install pytorch torchvision -c pytorch
|
conda install -y pytorch torchvision -c pytorch
|
||||||
conda install numpy
|
conda install -y numpy
|
||||||
conda install scikit-image
|
conda install -y scikit-image
|
||||||
conda install -c anaconda cmake
|
conda install -y -c anaconda cmake
|
||||||
|
conda install -y -c conda-forge ffmpeg
|
||||||
pip install svgwrite
|
pip install svgwrite
|
||||||
pip install svgpathtools
|
pip install svgpathtools
|
||||||
pip install cssutils
|
pip install cssutils
|
||||||
|
Reference in New Issue
Block a user