Skip to content

Commit 2132d93

Browse files
authored
Update README.md
1 parent f55870e commit 2132d93

1 file changed

Lines changed: 3 additions & 19 deletions

File tree

README.md

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -93,22 +93,11 @@
9393
rye sync && rye run pre-commit install
9494
```
9595

96-
### Запуск
97-
98-
```bash
99-
rye run python -m src.catsim
96+
### Запуск:
97+
```shell
98+
python src/catsim <CFG.json>
10099
```
101100

102-
> На текущий момент настройка параметров запуска происходит только через конфигурационный
103-
> файл (`run_config.py`)
104-
>
105-
> **Пример:**
106-
> ```python
107-
> PLATE_WIDTH, PLATE_HEIGHT = 2000, 2000
108-
> CATS_N = 500000
109-
> ...
110-
> ```
111-
112101
### Запуск тестов
113102

114103
```bash
@@ -153,11 +142,6 @@ rye test
153142
> "FAV_CATS_LOGGING": true
154143
> ```
155144
156-
Запуск приложения происходит командой:
157-
```shell
158-
python src/catsim <CFG.json>
159-
```
160-
161145
#### Примеры cfg.json
162146
В директории `examples` находятся три примера
163147

0 commit comments

Comments
 (0)