Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
aknierim committed Oct 10, 2024
1 parent e3a9e35 commit c8815cc
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,17 @@ radiotools |ci|

Collection of tools for use in radio astronomy.

## Installation
You can install the necessary packages in a conda/mamba environment of your choice by executing
```
$ pip install -e .
```
If you want to use features from the NRAO [CASAtools](https://pypi.org/project/casatools/) package,
you must use a python 3.10 version.

Installation
============

*radiotools* can be installed via pip by calling

.. code::
$ pip install -e .
We recommend using a conda/mamba environment with python version ``<=3.11``.

If you want to use features from the NRAO `*CASAtools* <https://pypi.org/project/casatools/>`_ package,
you make sure you are using python 3.10 or 3.11.

0 comments on commit c8815cc

Please sign in to comment.