Installation

To use Astro-LoFAR, first download the package:

$ git clone https://gitlab.com/ececcotti/astro-lofar.git

You can install or upgrade Astro-LoFAR from source via

$ cd astro-lofar
$ python3 -m pip install -e .

Tip

We suggest to install this package in a virtual environment. If you use a conda virtual environment, you still have to use pip to install AstroLoFAR, so be sure it is the last package to be installed to avoid conflicts with conda packages!

Usage

You can check whether the package has been correctly installed via

$ python3 -c "import astrolofar"