You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-11Lines changed: 6 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,12 @@ cd rl-tutorial-ares-basic
60
60
61
61
You need to install the dependencies before running the notebooks.
62
62
63
+
### Install `ffmpeg`
64
+
Please also run these commands to install `ffmpeg`:
65
+
- OS X: `brew install ffmpeg`
66
+
- Ubuntu: `sudo apt-get install ffmpeg`
67
+
- With pip: `pip install imageio-ffmpeg`
68
+
63
69
### Using conda
64
70
65
71
If you don't have conda installed already and want to use conda for environment management, you can install the miniconda as [described here](https://docs.conda.io/projects/miniconda/en/latest/miniconda-install.html).
@@ -69,12 +75,6 @@ If you don't have conda installed already and want to use conda for environment
69
75
- Install the required packages via `pip install -r requirements.txt`.
70
76
- Additional installation steps:
71
77
72
-
Please also run these commands to install `ffmpeg`:
73
-
- OS X: `brew install ffmpeg`
74
-
- Ubuntu: `sudo apt-get install ffmpeg`
75
-
- With pip: `pip install imageio-ffmpeg`
76
-
77
-
Finally, install the notebook extensions if you want to see them in slide mode:
0 commit comments