Skip to content

Installation

Welcome to the installation guide for Orionis Framework! Follow these steps to set up your environment and start building amazing projects.

Requirements

Before you begin, ensure your system meets the following prerequisites:

  • Git: Version control system.
  • Python: Version 3.12 or higher.
  • Pip: Python package manager (usually bundled with Python).

Global Installation of Orionis

Install Orionis Framework globally on your machine with the following command:

sh
pip install orionis

To update to the latest version, simply run:

sh
pip install --upgrade orionis

Creating a New Project

Generate a new Orionis Framework project effortlessly. Open a terminal in your desired directory and execute:

sh
orionis new example-app

In just moments, your project will be ready to dive into Orionis Framework development.

Starting the Project

Navigate to your project directory and launch the development server:

sh
cd ./example-app

✨🚀 Unleash Your Creativity with Orionis Framework! 🚀✨

Built with passion and dedication. Released under the MIT License.