Installation#

beaker-py supports Python >= 3.7.

Installing with pip#

beaker-py is available on PyPI. Just run

pip install beaker-py

Installing from source#

To install beaker-py from source, first clone the repository:

git clone https://github.com/allenai/beaker-py.git
cd beaker-py

Then run

pip install -e .