Installing PyXDC

The easiest way to install pyxdc is via pip:

$ pip install pyxdc

If you want to run the latest version of the code, you can install from git:

$ pip install git+git://github.com/meherett/pyxdc.git

For the versions available, see the tags on this repository.

Development

We welcome pull requests. To get started, just fork this github repository, clone it locally, and run:

$ pip install -e . -r requirements.txt