lovelysystems / robotframework-androidlibrary

Robot Framework Automation Library for Android
29 stars 22 forks source link

which is the latest version? is it in PyPI ? or in GitHub? #28

Closed srib4ufrnd closed 11 years ago

srib4ufrnd commented 11 years ago

Hi

In PyPI the latest version for down load is shown as "0.1.7" http://pypi.python.org/pypi/robotframework-androidlibrary

But in GitHub when i downloaded the ZIP the verison is shown as "0.0.5"

which is the exact latest version? is GitHub and PyPI is in sync?

where can i get the latest version?

could any one please clarrify my concern?

srib4ufrnd commented 11 years ago

i guess "pip install --upgrade robotframework-androidlibrary" always install the latest version.

But for this i have to install pip and pip dependency tools?

In case i dont have pip and i dont want to install pip and i want to install the android library from the src package if i am not wrong i think we can install android library by downloading the library and running "python setup.py"

but to do this it would be better if we have latest package download link updated in GIT hub.

peritus commented 11 years ago

You want to install pip, so in case you don't have pip, the install/update procedure is

easy_install pip
pip install --upgrade robotframework-androidlibrary
peritus commented 11 years ago

To answer you second question: As for the zip-download on github: the supported way to install this library is via PyPI. Sadly we haven't been pushing lots of tags lately. Yes, the latest version as of now is 0.1.7.

memcmp commented 11 years ago

i just added a tag for 0.1.7

srib4ufrnd commented 11 years ago

Thank u @peritus and @bogensberger for the quick response.

I Installed pip and upgraded the robotframework-androidlibrary successfully.