You've already forked DataMate
docs: update README and Makefile for clarity and new development instructions (#147)
* feat(synthesis): add evaluation task creation functionality and UI enhancements * feat(synthesis): implement synthesis data management features including loading, editing, and deleting * feat(synthesis): add endpoints for deleting and updating synthesis data and chunks * fix: Correctly extract file values from selectedFilesMap in AddDataDialog * docs: update README and Makefile for clarity and new development instructions
This commit is contained in:
@@ -27,13 +27,6 @@ cd runtime/datamate-python
|
||||
|
||||
3. 安装依赖
|
||||
由于项目使用poetry管理依赖,你可以使用以下命令安装::
|
||||
```bash
|
||||
poetry install
|
||||
```
|
||||
|
||||
3. 安装依赖
|
||||
由于项目使用poetry管理依赖,你可以使用以下命令安装:
|
||||
|
||||
```bash
|
||||
poetry install
|
||||
```
|
||||
@@ -62,7 +55,7 @@ alembic upgrade head
|
||||
- 本地开发(默认 host/port,自动重载):
|
||||
|
||||
```bash
|
||||
set -a && source .env && set +a && poetry run uvicorn app.main:app --port 18000 --reload
|
||||
set -a && source .env && set +a && poetry run uvicorn app.main:app --port 18000 --log-level debug --reload
|
||||
```
|
||||
或者
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user