Installation

You can install trojai_rl using pip:

pip install trojai_rl

Or if you wish to install to the home directory:

pip install --user trojai_rl

For the latest development version, first get the source from github:

git clone https://github.com/trojai_rl/trojai_rl.git

Then navigate into the local trojai_rl directory and simply run:

python setup.py install

or:

python setup.py install --user

and you’re done!