======= Install ======= This section covers the basics of how to download and install `DXchange `_. .. contents:: Contents: :local: Installing from source ====================== Clone the `DXchange `_ from `GitHub `_ repository:: git clone https://github.com/data-exchange/dxchange.git dxchange then:: cd dxchange pip 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 `__.