Installation
Badger is essentially a python package. It's recommended to install and test it in a separate python virtual environment before using it in a production env.
Requirements
- Python version >= 3.9. Python 3.11+ is recommended
Install the Badger package
Badger has a core package (badger-opt
) that can be extended by a set of plugins. Badger core package is available on both pip and conda. So you could install Badger with:
pip install badger-opt
Or
conda install -c conda-forge badger-opt
That's it!