Install

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

Installing from source

Clone the DXchange from GitHub repository:

git clone https://github.com/data-exchange/dxchange.git dxchange

then:

cd dxchange
python setup.py install

DXchange is dependent on other libraries, listed in the requirements.txt and meta.yaml files.

Installing from Conda/Binstar

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

conda install -c conda-forge dxchange

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 conda-forge dxchange

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