Skip to content

Installation Guide for SimpleORM

Welcome! 👋
This guide will help you get started with installing and using SimpleORM in your project.


📦 Requirements

  • Python 3.7+
  • A supported SQL database (SQLite, PostgreSQL, MySQL, etc.)
  • pip for package management

🚀 Installation Steps

1. Install via pip

pip install simpleorm

Note: If the package is not yet on PyPI, you can install it directly from GitHub:

pip install git+https://github.com/yourusername/simpleorm.git