lindsay-stevens/limesurveyrc2api

Why pip install another version of the api?

Closed this issue · 2 comments

Hi folks.
I've an issue installing the cliente.

When I ran pip install limesurveyrc2api to use it in my project, I received another versión where i have to use or instantiate from LimeSurveyRemoteControl2API instead LimeSurvey.

Are you planing to send the upgrade to the pypi repository?

Thanks.

Until the package on PyPI gets updated, you can install the latest version using:
pip install git+https://github.com/lindsay-stevens/limesurveyrc2api#egg=limesurveyrc2api

Thanks a lot @vectorson i'm going to try installing with this code.