Closed srib4ufrnd closed 12 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.
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
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.
i just added a tag for 0.1.7
Thank u @peritus and @bogensberger for the quick response.
I Installed pip and upgraded the robotframework-androidlibrary successfully.
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?