Quick Setup¶
$ git clone https://github.com/galactic-fireball/BADASS.git
$ pip install -e BADASS
Updates¶
BADASS is currently under active development. To get the latest bug fixes and features, be sure to periodically update your cloned repository with:
$ git pull origin
Specific Version¶
You can also clone a specific version of BADASS (v11.0.0 and up) using that version's tag:
git clone --branch v11.0.0 --single-branch https://github.com/galactic-fireball/BADASS.git