Skip to content

[Docs] Installation command in README is incorrect #1

Description

@nqtw2e

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions