Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
darafferty authored Feb 14, 2022
1 parent 29c4d7d commit 9bd311e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ easy of use):

pip install bdsf[ishell]

If you get the error::

RuntimeError: module compiled against API version 0xf but this version of numpy is 0xd
then please update ``numpy`` with ``pip install -U numpy``.

.. attention:: It is *not* recommend to use ``python setup.py install``. It is
deprecated, and we do *not* support it.

Expand All @@ -49,8 +55,7 @@ External requirements include the ubuntu packages (or similar packages in anothe
* ``libboost-numpy-dev`` (Only if boost > 1.63)
* ``python-setuptools``.

Also, a working ``numpy`` installation is required.
At runtime, you will need ``scipy`` and either ``pyfits`` and ``pywcs`` or ``python-casacore`` or ``astropy``.
Also, a working ``numpy`` installation is required. At runtime, you will need ``scipy`` and either ``pyfits`` and ``pywcs`` or ``python-casacore`` or ``astropy``.

If you install as a user not using conda, use ``pip install --user``.
Make sure to use similar versions for gcc, g++ and gfortran
Expand Down

0 comments on commit 9bd311e

Please sign in to comment.