rename application to semeion

This commit is contained in:
overcuriousity
2025-11-26 21:41:05 +01:00
parent 1162815134
commit 79407eeb5c
6 changed files with 13 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
# Gamayun
# semeion
![alt text](resources/title_image.png)
@@ -46,7 +46,7 @@ This project uses [uv](https://github.com/astral-sh/uv) for fast dependency mana
```bash
git clone <your-repo-url>
cd gamayun
cd semeion
```
2. **Create a virtual environment**
@@ -71,7 +71,7 @@ This project uses [uv](https://github.com/astral-sh/uv) for fast dependency mana
```
4. **Install dependencies**
This command installs locked dependencies and links the local `gamayun` package in editable mode.
This command installs locked dependencies and links the local `semeion` package in editable mode.
```bash
uv pip install -r requirements.txt -e .
@@ -82,7 +82,7 @@ This project uses [uv](https://github.com/astral-sh/uv) for fast dependency mana
You can execute the module directly:
```bash
python src/gamayun/main.py
python src/semeion/main.py
```
### Running Tests