diff --git a/docs/index.md b/docs/index.md index 1c20c7c..de6616d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -26,7 +26,11 @@ alternatives. # Installation and Use RLAI requires `swig` and `ffmpeg` to be installed on the system. These can be installed using a package manager on your -OS (e.g., Homebrew for macOS, `apt` for Ubuntu, etc.). +OS (e.g., Homebrew for macOS, `apt` for Ubuntu, etc.). If installing with Homebrew on macOS, then you might need to add +an environment variable pointing to ffmpeg as follows: +```shell +echo 'export IMAGEIO_FFMPEG_EXE="/opt/homebrew/bin/ffmpeg"' >> ~/.bash_profile +``` The RLAI code is distributed via [PyPI](https://pypi.org/project/rlai/). There are several ways to use the package. diff --git a/run_configurations/meta.run.xml b/run_configurations/meta.run.xml index ad5ab0c..a704151 100644 --- a/run_configurations/meta.run.xml +++ b/run_configurations/meta.run.xml @@ -1,6 +1,7 @@ +