deepset-ai / deepset-cloud-sdk

A Python SDK to interact with deepset Cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing path on windows to use `deepset-cloud-cli` in the terminal

ArzelaAscoIi opened this issue · comments

After installing the sdk, the deepst-cloud-cli command is not available within the terminal.

Running

python -m deepset_cloud_sdk.cli --help

works as a workaround

Will keep it like this for now since we have the workaround python -m deepset_cloud_sdk.cli <your-command> and its specific to windows