Description
The installation command in python/README.md does not work:
pip install openapi-sdk # ❌ This package does not exist on PyPI
After checking PyPI, the correct package name appears to be:
pip install dnse-sdk-openapi # ✅ Verified on https://pypi.org/project/dnse-sdk-openapi/
Suggested Fix
Update the installation instruction in python/README.md:
- pip install openapi-sdk
+ pip install dnse-sdk-openapi
Description
The installation command in
python/README.mddoes not work:pip install openapi-sdk # ❌ This package does not exist on PyPIAfter checking PyPI, the correct package name appears to be:
pip install dnse-sdk-openapi # ✅ Verified on https://pypi.org/project/dnse-sdk-openapi/Suggested Fix
Update the installation instruction in
python/README.md: