Installation

> pip install adapya-era

This installs the adapya-era with the Python package installer from the Python Package Index web site.

A required package is adapya.base and adapya.entirex which will be also installed by pip.

Or to install from a zip file (similarly for tar file):

> pip install adapya-era-1.3.0.zip

Note

If your local internet is protected by a http proxy you may need to set the HTTP_PROXY environment variable before running pip:

SET HTTP_PROXY=http://<httpprox.your-local.net>:<httpprox-port>

Not setting it may result in time out operations.

Prerequisites

Before installing adapya ensure the following:

  • Python is available on the platform.

    adapya-era supports the Python versions 2.7 or 3.5 and higher

  • adapya-base and adapya-entirex (and its prerequisites)

Note

For users starting with Python a recommended read is the short Python Tutorial available with function key F1 in the IDLE Python GUI or at https://docs.python.org/3/tutorial/index.html