Update README.md
Browse files
README.md
CHANGED
@@ -65,6 +65,9 @@ The code that wrangles this thing lives over on our GitHub: ([EraX Smile Github]
|
|
65 |
Getting started is hopefully not *too* painful. After downloading this repo and cloning our GitHub, you can try something like this:
|
66 |
|
67 |
```python
|
|
|
|
|
|
|
68 |
import os
|
69 |
os.environ["CUDA_VISIBLE_DEVICES"] = "0" # Tell it which GPU to use (or ignore if you're CPU-bound and patient!)
|
70 |
|
|
|
65 |
Getting started is hopefully not *too* painful. After downloading this repo and cloning our GitHub, you can try something like this:
|
66 |
|
67 |
```python
|
68 |
+
# Ubuntu: sudo apt install ffmpeg
|
69 |
+
# Windows please refer to manual to install "ffmpeg" too
|
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!)
|
73 |
|