fix(install): add a package
Browse files- script/install.sh +1 -1
script/install.sh
CHANGED
@@ -19,7 +19,7 @@ echo "xformers installation is complete."
|
|
19 |
|
20 |
# Install common Python dependencies
|
21 |
pip install hydra-core omegaconf
|
22 |
-
pip install freetype-py shapely svgutils
|
23 |
pip install opencv-python scikit-image matplotlib visdom wandb BeautifulSoup4
|
24 |
pip install triton numba
|
25 |
pip install numpy scipy scikit-fmm einops timm fairscale==0.4.13
|
|
|
19 |
|
20 |
# Install common Python dependencies
|
21 |
pip install hydra-core omegaconf
|
22 |
+
pip install freetype-py shapely svgutils cairosvg
|
23 |
pip install opencv-python scikit-image matplotlib visdom wandb BeautifulSoup4
|
24 |
pip install triton numba
|
25 |
pip install numpy scipy scikit-fmm einops timm fairscale==0.4.13
|