Skip to content

Commit 64f282c

Browse files
authored
Update README.rst
1 parent fc4a5a2 commit 64f282c

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.rst

+6-7
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ or just try::
4646
$ python -m pip install cylp
4747

4848
In case this fails, it is most likely that there is no wheel for your platform.
49+
In particular, there are no wheels for MacOS running on Apple Silicon.
4950
If you are on Linux, this can probably be addressed by switching to
5051
a supported Python version with, e.g., conda::
5152

@@ -59,9 +60,8 @@ conda.
5960
On Linux/macOS with conda: Installation from source
6061
---------------------------------------------------
6162

62-
CyLP depends on `NumPy <https://numpy.org>`_ and `Cython <https://cython.org/>`_
63-
as prerequisites for building from source (`build-system requires`).
64-
You will also need to install binaries for Cbc. The version should be 2.10 (recommended) or earlier
63+
To install from source, you will need to install binaries for Cbc or also build Cbc from source.
64+
The version should be 2.10 (recommended) or earlier
6565
(current master branch of Cbc will not work with this version of CyLP).
6666

6767
The following commands will create and activate a new conda environment with all
@@ -84,7 +84,7 @@ Alternatively, if you have cloned CyLP from GitHub::
8484
On Linux/macOS with pip: Installation from source
8585
-------------------------------------------------
8686

87-
First of all, you will need to install binaries for Cbc. The version should be 2.10 (recommended) or earlier
87+
You will need to install binaries for Cbc. The version should be 2.10 (recommended) or earlier
8888
(current master branch of Cbc will not work with this version of CyLP).
8989
You can install Cbc by either by installing with your system's package manager, by downloading pre-built binaries,
9090
or by building yourself from source using `coinbrew <https://github.com/coin-or/coinbrew>`_.
@@ -109,9 +109,8 @@ Next, build and install CyLP::
109109

110110
$ python -m pip install cylp
111111

112-
This will build CyLP in an isolated environment that provides the build prerequisites
113-
and install it together with its runtime dependencies (`install-requires`),
114-
NumPy and `SciPy <https://scipy.org>`.
112+
This will build CyLP install the runtime dependencies (`install-requires`),
113+
NumPy and `SciPy <https://scipy.org>` and build and install CyLP.
115114

116115
Testing your installation
117116
=========================

0 commit comments

Comments
 (0)