Installing uvcombine

Requirements

This package has the following dependencies:

Installation

You can download the latest tar file from PyPI and install it using:

pip install -e .

Developer version

If you want to install the latest developer version of the uvcombine code, you can do so from the git repository:

git clone https://github.com/radio-astro-tools/uvcombine.git
cd uvcombine
pip install -e .

You may need to add the --user option to the last line if you do not have root access. You can also install the latest developer version in a single line with pip:

pip install git+https://github.com/radio-astro-tools/uvcombine.git