Installation

User Installation

You can install abmarl via pip:

pip install abmarl

Attention

Upload the wheel to pip and confirm.

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