Installing ``uvcombine`` ============================ Requirements ------------ This package has the following dependencies: * `Python `_ 3.6 or later (Python 3.x is supported) * `Numpy `_ 1.8 or later * `Astropy `__ 1.0 or later * `six `__ Installation ------------ .. To install the latest stable release, you can type:: .. pip install uvcombine 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