Install

This section covers the basics of how to download and install DXfile.

Installing from source

Clone the DXfile from GitHub repository:

git clone https://github.com/data-exchange/dxfile DXfile

then:

cd DXfile
python setup.py install

Installing from Conda/Binstar

First you must have Conda installed, then open a terminal or a command prompt window and run:

conda install -c https://conda.anaconda.org/decarlof dxfile

Updating the installation

Data Management is an active project, so we suggest you update your installation frequently. To update the installation run in your terminal:

conda update -c https://conda.anaconda.org/decarlof dxfile

For some more information about using Conda, please refer to the docs.