aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-03-06 16:06:17 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-03-06 16:06:17 +0000
commitaee92cf879fbd11975cca4b9cfd2cc110b6cb229 (patch)
treea1d14049cc7e2bc34362ab72a5748e37590db65e /README.rst
parentUpdate Makefile to current workflow (diff)
parentMerge branch 'master' into packaging (diff)
downloadpygensvm-aee92cf879fbd11975cca4b9cfd2cc110b6cb229.tar.gz
pygensvm-aee92cf879fbd11975cca4b9cfd2cc110b6cb229.zip
Merge branch 'packaging'
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files 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 <https://gertjanvandenburg.com>`_ and `Patrick J.F. Groenen
Installation
------------
-**Before** GenSVM can be installed, a working NumPy installation is required.
-Please see `the installation instructions for NumPy
-<https://docs.scipy.org/doc/numpy-1.13.0/user/install.html>`_, 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
<https://github.com/GjjvdBurg/PyGenSVM>`_.