Installation
=================================
Linux/Unix systems
-----------------------------
1. In the terminal - ``pip install mrexo``
OR
1. In the terminal -
``pip install git+https://github.com/shbhuk/mrexo.git -U``
OR
1. In the terminal -
``pip install git+ssh://git@github.com/shbhuk/mrexo.git -U``
OR
1. In the terminal - ``git clone https://github.com/shbhuk/mrexo``
2. In the repository directory ``python setup.py install``
The -U is to upgrade the dependencies.
If you have the older version of mrexo installed, you might have to
uninstall it first by ``pip uninstall mrexo`` and then install the newer version 1.0
Windows
-----------------------------
1. Install Git - `Git for Windows `__
2. Install pip - `pip for Windows `__
3. In cmd or git cmd - ``pip install git+https://github.com/shbhuk/mrexo.git -U``
OR
1. In cmd- ``pip install mrexo``
NOTE: If there is a problem with the installation or when you import
mrexo try uninstalling numpy and/or astropy. If the packages did
not update correctly they might cause an error.