From c9b6a8926bcdec4e305800759181c3a471862ea2 Mon Sep 17 00:00:00 2001 From: Falko Habel Date: Mon, 24 Feb 2025 14:17:25 +0100 Subject: [PATCH] updated readme --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 6f149b1..a3091ec 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,26 @@ # AIIA +## Installation + +### Install via pip + +To install the package directly from the Git repository using `pip`, run: +```sh +pip install git+https://gitea.fabelous.app/Machine-Learning/AIIA.git +``` + +This command will clone the repository and install the package along with its dependencies. + +### Additional Notes + +- Ensure you have `git` installed on your system. +- Make sure `pip` is up-to-date. You can update it using: + ```sh + pip install --upgrade pip + ``` + +That's it! You should now have the AIIA package installed and ready to use. + ## Example Usage: ```Python