Skip to content

Quickstart 🏃‍♂️‍➡️

Requirements

✅ Python 3.11 or later 🐍

Installation

✅ Install the package using pip, uv (or with your favorite package manager):

Python Native

Recommended to use a virtual environment:

Create the virtual environment:

1
python -m venv .venv

Activate the virtual environment:

Linux/Mac
1
source .venv/bin/activate 
Windows
1
.venv\Scripts\activate

Install the package:

1
pip install simpleval
uv package manager

Using a virtual environment:

1
uv .venv

Activate the virtual environment:

Linux/Mac
1
source .venv/bin/activate 
Windows
1
.venv\Scripts\activate

Install the package:

1
uv add simpleval

Usage

✅ Run simpleval init and follow the instructions, or instead, follow the Tutorial section.

To see all available commands, run simpleval


Simpleval

NOTE

Reading has many benefits. To get a better understanding and a more detailed guide, it is recommended to go through each item under the Getting Started section in the sidebar in order.