The Robot Framework DateTime is a library which provides common functionality for manipulate date and time in different locales. More information about this library can be found in the Keyword Documentation.
- Make sure you have Robot Framework installed.
- Download source distributions (
*.tar.gz
) for the library and its dependencies:
- https://pypi.python.org/pypi/pytz
- https://pypi.python.org/pypi/six
- https://pypi.python.org/pypi/python-dateutil
- https://pypi.python.org/pypi/Babel
- Extract each source distribution to a temporary location.
- Go each created directory from the command line and install each project
using:
python setup.py install