rename application to semeion
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Gamayun
|
||||
# semeion
|
||||
|
||||

|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user