Update README.md
Browse files
README.md
CHANGED
@@ -66,7 +66,7 @@ Getting started is hopefully not *too* painful. After downloading this repo and
|
|
66 |
|
67 |
```python
|
68 |
# Ubuntu: sudo apt install ffmpeg
|
69 |
-
# Windows please refer
|
70 |
|
71 |
import os
|
72 |
os.environ["CUDA_VISIBLE_DEVICES"] = "0" # Tell it which GPU to use (or ignore if you're CPU-bound and patient!)
|
|
|
66 |
|
67 |
```python
|
68 |
# Ubuntu: sudo apt install ffmpeg
|
69 |
+
# Windows please refer to https://www.geeksforgeeks.org/how-to-install-ffmpeg-on-windows/
|
70 |
|
71 |
import os
|
72 |
os.environ["CUDA_VISIBLE_DEVICES"] = "0" # Tell it which GPU to use (or ignore if you're CPU-bound and patient!)
|