Skip to content

Installation

This page will teach you about the ways to install the geronimo library in your project or environment.

pip

To install geronimo, you can simply use pip on any newer Python version (>= 3.10):

pip install geronimo

Manual

You may also clone the repo manually and use it in an interactive shell if you just want to mess around with it.

git clone https://github.com/mags0ft/geronimo.git
cd geronimo
python3 -i -c "import geronimo"