Spaces:
No application file
No application file
Kyats24444
commited on
Commit
·
cee66ff
1
Parent(s):
8561165
Create prequistie
Browse files- prequistie +13 -0
prequistie
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# install poetry (mac, linux)
|
2 |
+
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
|
3 |
+
|
4 |
+
# install ffmpeg
|
5 |
+
|
6 |
+
(macos)
|
7 |
+
brew install ffmpeg
|
8 |
+
|
9 |
+
(linux)
|
10 |
+
sudo apt install ffmpeg
|
11 |
+
|
12 |
+
or use conda
|
13 |
+
conda install -y -c conda-forge ffmpeg
|