InstallationΒΆ

Kadabra is a library available through the Python package index (pip). Installation is simple:

$ sudo pip install Kadabra

I recommend you use virtualenv to isolate your installs to specific development environments and avoid installing libraries system-wide.

Once you’ve installed Kadabra (ideally in a virtualenv), you’re ready to head to the Getting Started section.