ms32035 / firefly-iii-client

Python client for Firefly III API. Please read .generator/Readme.md
19 stars 8 forks source link

Pip install command not working #9

Closed gabrielecalvo closed 3 years ago

gabrielecalvo commented 3 years ago

I believe it's supposed to say: "pip install Firefly-III-API-Client" instead of "pip install firefly-iii-client"

ms32035 commented 3 years ago

I have regenerated and republished the package with the latest generator for API version 1.5.2, but what you are raising is coming from the autogenerated code, so should be raised with the OpenAPI project, unless pip behaviour changed between versions and it's a pip issue

Findus23 commented 3 years ago

I also think the docs are wrong here.

The package is called Firefly-III-API-Client (see https://pypi.org/project/Firefly-III-API-Client/) and not firefly-iii-client (https://pypi.org/project/firefly-iii-client/), so the mentioned pip install can't work.