Installation

Warning

The commands written here assume you are running a Ubuntu-based distribution of Linux. Although the basic steps should be similar for all Linux distributions, you should adapt the specific commands to your system in case you are using any other OS.

Pymicra should work with both Python 2.7 and Python 3. Most of the required packages already come with python, such as datetime or os. The packages that may not come as default are:

As of December 2017, Pymicra is hosted on PyPi and can be installed with

pip install pymicra

If any problem occurs, please contact me through email or creating a Github issue detailing your problem and I will try to improve the setup file accordingly.