Skip to content

Readme.md import usage instructions incorrect #2

@surfaceowl

Description

@surfaceowl

Currently the usage example in the Readme file (and what is posted on pypi) says the user should

"""
from pirev import getInfo
"""

Unfortunately this does not work, from the pirev tests, we see that the correct import is:

"""
from pirev.pirev import getInfo
"""

Recommend a quick update to the Readme.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions