File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -48,23 +48,20 @@ Installation
48
48
Installation with pip
49
49
.....................
50
50
51
- + Linux: ``pip install isal ``. Wheels are provided, so installation should
51
+ + Linux and MacOS : ``pip install isal ``. Wheels are provided, so installation should
52
52
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.
57
53
+ Windows: Installation is not supported yet.
58
54
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
61
57
installation will build ISA-L first in a temporary directory. Please check the
62
58
`ISA-L homepage <https://github.com/intel/isa-l >`_ for the build requirements.
63
59
64
60
The latest development version of python-isal can be installed with::
65
61
66
62
pip install git+https://github.com/rhpvorderman/python-isal.git
67
63
64
+ This requires having the build requirements installed.
68
65
If you wish to link
69
66
dynamically against a version of libisal installed on your system use::
70
67
You can’t perform that action at this time.
0 commit comments