Skip to content

Commit 88916e5

Browse files
committed
improved wording
1 parent 6a5c64d commit 88916e5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PySoundFile
22
===========
33

44
`PySoundFile <https://github.com/bastibe/PySoundFile>`__ is an audio
5-
library based on libsndfile, CFFI and Numpy. Full documentation is
5+
library based on libsndfile, CFFI and NumPy. Full documentation is
66
available on http://pysoundfile.readthedocs.org/.
77

88
PySoundFile can read and write sound files. File reading/writing is
@@ -39,22 +39,22 @@ might be removed in the future.
3939
Installation
4040
------------
4141

42-
PySoundFile depends on the Python packages CFFI and Numpy, and the
42+
PySoundFile depends on the Python packages CFFI and NumPy, and the
4343
system library libsndfile.
4444

4545
To install the Python dependencies, I recommend using the `Anaconda
46-
<http://continuum.io/downloads#34>`__ Distribution of Python. This
47-
will come with all dependencies pre-installed. To install them
46+
<http://continuum.io/downloads>`__ distribution of Python 3. This will
47+
come with all dependencies pre-installed. To install the dependencies
4848
manually, you can use the ``conda`` package manager, which will
4949
install all dependencies using ``conda install cffi numpy`` (conda is
5050
also available independently of Anaconda with ``pip install conda;
5151
conda init``).
5252

53-
With CFFI and Numpy installed, you can use ``pip install pysoundfile``
54-
to download and install the latest version of PySoundFile. On Windows
53+
With CFFI and NumPy installed, you can use ``pip install pysoundfile``
54+
to download and install the latest release of PySoundFile. On Windows
5555
and OS X, this will also install the library libsndfile. On Linux, you
5656
need to install libsndfile using your distribution's package manager,
57-
for example ``sudo apt-get install libsndfile``.
57+
for example ``sudo apt-get install libsndfile1``.
5858

5959
Read/Write Functions
6060
--------------------

0 commit comments

Comments
 (0)