Quickstart¶
This section describes how to get started with pymerlin
🎉
Installation¶
First, make sure you have Java 21 JRE and python >=3.11 installed on your machine.
Once those are ready, make a python virtual environment for your project.
After activating that environment, install pymerlin
with the following terminal command:
pip install pymerlin
Check that the installation succeeded by running:
python3 -c "import pymerlin; pymerlin.checkout()"
If you see pymerlin checkout successful: All systems GO 🚀
, you’re ready to get started with the tutorial.