From 8d98265df262762f37236dc855b4dd69dcb27ce7 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 20 Nov 2019 19:32:02 +0000 Subject: Simplify installation instructions --- README.rst | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index bcb72b3..9f53d0c 100644 --- a/README.rst +++ b/README.rst @@ -36,16 +36,12 @@ J.J. van den Burg `_ and `Patrick J.F. Groenen Installation ------------ -**Before** GenSVM can be installed, a working NumPy installation is required. -Please see `the installation instructions for NumPy -`_, then install -GenSVM using the instructions below. - -GenSVM can be easily installed through pip: +**Before** GenSVM can be installed, a working NumPy installation is required, +so GenSVM can be installed using the following command: .. code:: bash - pip install gensvm + pip install numpy && pip install gensvm If you encounter any errors, please open an issue on `GitHub `_. -- cgit v1.2.3