Skip to content

Commit d30f5c3

Browse files
committed
Update readme
1 parent b1f213b commit d30f5c3

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.rst

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,23 +48,20 @@ Installation
4848
Installation with pip
4949
.....................
5050

51-
+ Linux: ``pip install isal``. Wheels are provided, so installation should
51+
+ Linux and MacOS: ``pip install isal``. Wheels are provided, so installation should
5252
be almost instantaneous.
53-
+ MacOS: make sure ``gcc``, ``yasm``, ``automake`` and ``autoconf`` packages
54-
are installed. These can be installed via `Homebrew <https://brew.sh/>`_ with
55-
``brew install gcc yasm automake autoconf``. Then proceed with ``pip
56-
install isal``. The package will be build on your computer.
5753
+ Windows: Installation is not supported yet.
5854

59-
The installation will include a staticallly linked version of isa-l. On Linux,
60-
wheels are provided. If a wheel is not provided for your system the
55+
The installation will include a staticallly linked version of isa-l. On Linux
56+
and MacOS, wheels are provided. If a wheel is not provided for your system the
6157
installation will build ISA-L first in a temporary directory. Please check the
6258
`ISA-L homepage <https://github.com/intel/isa-l>`_ for the build requirements.
6359

6460
The latest development version of python-isal can be installed with::
6561

6662
pip install git+https://github.com/rhpvorderman/python-isal.git
6763

64+
This requires having the build requirements installed.
6865
If you wish to link
6966
dynamically against a version of libisal installed on your system use::
7067

0 commit comments

Comments
 (0)