Installation

Stable release

Todo

Add pypi installation for this project.

Warning

Right now, the Stable release installation does not work.

To install pymcxray, run this command in your terminal:

$ pip install pymcxray

This is the preferred method to install pymcxray, as it will always install the most recent stable release.

If you don’t have pip installed, this Python installation guide can guide you through the process.

For developer

Clone the public repository:

$ git clone git://github.com/drix00/pymcxray

Go in the project folder and install it with pip in developer mode:

$ cd pymcxray
$ pip install -e .

Note

The project use Git LFS for the test data file. Follow the information on Git LFS to get the test data when the repository is pull.

From sources

The sources for pymcxray can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/drix00/pymcxray

Or download the tarball:

$ curl  -OL https://github.com/drix00/pymcxray/tarball/master

Once you have a copy of the source, you can install it with:

$ python setup.py install