Merge pull request #2 from oeway/patch-1

Install cmake and ffmpeg
This commit is contained in:
Tzu-Mao Li
2020-09-30 10:38:07 -04:00
committed by GitHub

View File

@@ -19,9 +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 -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