Installation Guide

This guide will help you install RunLy on your system.

Requirements

  • Python 3.8 or higher

  • pip (Python package installer)

Installation Methods

From Source

  1. Clone the repository:

git clone https://github.com/kedjar/runly.git
cd runly
  1. Install in development mode:

pip install -e .

Using pipx (Isolated Installation)

If you want to install RunLy in an isolated environment:

pipx install runly

Verify Installation

After installation, verify that RunLy is working correctly:

runly --version

You should see output similar to:

RunLy 0.1.1

Getting Help

If you encounter any issues during installation:

  1. Make sure you have Python 3.8 or higher installed

  2. Try upgrading pip: pip install --upgrade pip

  3. Check the GitHub issues for known problems

  4. Create a new issue if your problem isn’t already reported

Next Steps

After installation, you can: