Skip to content

Commit f91db68

Browse files
committed
removed pynfft from setup.py
1 parent 024766c commit f91db68

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The package contains several primary classes for loading, simulating, and manipu
1010
Installation
1111
------------
1212

13-
The latest stable version (`1.2.10 <https://github.com/achael/eht-imaging/releases/tag/v1.2.9>`_) is available on `PyPi <https://pypi.org/project/ehtim/>`_. Simply install pip and run
13+
The latest stable version (`1.2.10 <https://github.com/achael/eht-imaging/releases/tag/v1.2.10>`_) is available on `PyPi <https://pypi.org/project/ehtim/>`_. Simply install pip and run
1414

1515
.. code-block:: bash
1616
@@ -24,7 +24,9 @@ Incremental updates are developed on the `dev branch <https://github.com/achael/
2424
2525
Installing with pip will update most of the required libraries automatically (`numpy <http://www.numpy.org/>`_, `scipy <http://www.scipy.org/>`_, `matplotlib <http://www.matplotlib.org/>`_, `astropy <http://www.astropy.org/>`_, `ephem <http://pypi.python.org/pypi/pyephem/>`_, `future <http://pypi.python.org/pypi/future>`_, `h5py <http://www.h5py.org/>`_, and `pandas <http://www.pandas.pydata.org/>`_).
2626

27-
**If you want to use fast fourier transforms, you will also need to separately install** `NFFT <https://github.com/NFFT/nfft>`_ **and its** `pynfft wrapper <https://github.com/ghisvail/pyNFFT/>`__. The simplest way is to use `conda <https://anaconda.org/conda-forge/pynfft/>`__ to install both:
27+
**If you want to use fast fourier transforms, you will also need to separately install** `NFFT <https://github.com/NFFT/nfft>`_ **and its** `pynfft wrapper <https://github.com/ghisvail/pyNFFT/>`__.
28+
29+
The simplest way is to use `conda <https://anaconda.org/conda-forge/pynfft/>`__ to install both:
2830

2931

3032
.. code-block:: bash

0 commit comments

Comments
 (0)