Showing
2 changed files
with
7 additions
and
7 deletions
... | ... | @@ -21,9 +21,9 @@ Python 3.8+ |
21 | 21 | If the python package is hosted on a repository, you can install directly using: |
22 | 22 | |
23 | 23 | ```sh |
24 | -pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git | |
24 | +pip install git+https://bigdata.nsu.ru:7445/nsu-ai/kappa-sdk.git | |
25 | 25 | ``` |
26 | -(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`) | |
26 | +(you may need to run `pip` with root permission: `sudo pip install git+https://bigdata.nsu.ru:7445/nsu-ai/kappa-sdk.git`) | |
27 | 27 | |
28 | 28 | Then import the package: |
29 | 29 | ```python | ... | ... |
1 | 1 | [tool.poetry] |
2 | -name = "openapi_client" | |
2 | +name = "kappa_client" | |
3 | 3 | version = "1.0.0" |
4 | 4 | description = "FastAPI" |
5 | -authors = ["OpenAPI Generator Community <team@openapitools.org>"] | |
6 | -license = "NoLicense" | |
5 | +authors = ["Kappa Group from A.I. center of NSU <ai@nsu.ru>"] | |
6 | +license = "MIT License" | |
7 | 7 | readme = "README.md" |
8 | -repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID" | |
9 | -keywords = ["OpenAPI", "OpenAPI-Generator", "FastAPI"] | |
8 | +repository = "https://bigdata.nsu.ru:7445/nsu-ai/kappa-sdk.git" | |
9 | +keywords = ["Kappa", "OpenAPI", "FastAPI"] | |
10 | 10 | include = ["openapi_client/py.typed"] |
11 | 11 | |
12 | 12 | [tool.poetry.dependencies] | ... | ... |
Please
register
or
login
to post a comment