Skip to content

Installation

Installation is as simple as:

pip install albert
uv add albert

Dependencies

Albert has a few dependencies:

If you’re on Python 3.10+ and already have pip or uv set up, you’re ready to go!

Install from repository

And if you prefer to install albert directly from the repository:

pip install 'git+https://github.com/albert-labs/albert-python@main'
uv add 'git+https://github.com/albert-labs/albert-python@main'