Installation

User Installation

You can install abmarl via pip:

pip install abmarl

Developer Installation

To install Abmarl for development, first clone the repository and then install via pip’s development mode.

git clone git@github.com:LLNL/Abmarl.git
cd abmarl
pip install -r requirements.txt
pip install -e . --no-deps

Warning

If you are using conda to manage your virtual environment, then you must also install ffmpeg.