From 6d0a641315cfd32e473e2a6cad497eb5322a1afb Mon Sep 17 00:00:00 2001 From: Wei Ouyang Date: Sun, 27 Sep 2020 19:26:20 +0200 Subject: [PATCH] Add ffmpeg --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b4dc547..26aed6e 100644 --- a/README.md +++ b/README.md @@ -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