updated readme

This commit is contained in:
Falko Victor Habel 2025-02-24 14:17:25 +01:00
parent 50e91b10e8
commit c9b6a8926b
1 changed files with 21 additions and 0 deletions

View File

@ -1,5 +1,26 @@
# AIIA # 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: ## Example Usage:
```Python ```Python