将flask改成fastapi
This commit is contained in:
11
sdk/python/README.md
Normal file
11
sdk/python/README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# ragflow-sdk
|
||||
|
||||
# build and publish python SDK to pypi.org
|
||||
|
||||
```shell
|
||||
uv build
|
||||
uv pip install twine
|
||||
export TWINE_USERNAME="__token__"
|
||||
export TWINE_PASSWORD=$YOUR_PYPI_API_TOKEN
|
||||
twine upload dist/*.whl
|
||||
```
|
||||
Reference in New Issue
Block a user