🚀 Getting Started#
Prerequisites#
- Python 3.12 or higher
uv(recommended) orpipfor package management
Info
Installing uv
curl -LsSf https://astral.sh/uv/install.sh | sh
Installation from GitHub#
1. Clone the repository
git clone https://github.com/lamalab-org/corral
cd corral
2. Install the framework
Create a virtual environment
uv venv
install the package
uv sync
3. Install specific environment dependencies
Each of the folder in task is a standalone repository
cd tasks/samplemath && uv venv && uv sync