Setup and Installation

read-ATM1b-QFIT-binary is available for download from the GitHub repository, and the Python Package Index (pypi), The contents of the repository can be download as a zipped file or cloned. To use this repository, please fork into your own account and then clone onto your system.

git clone https://github.com/tsutterley/read-ATM1b-QFIT-binary.git

Can then install using setuptools

python setup.py install

or pip

python3 -m pip install --user .

Alternatively can install the utilities directly from GitHub with pip:

python3 -m pip install --user git+https://github.com/tsutterley/read-ATM1b-QFIT-binary.git