diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-06 16:06:17 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-06 16:06:17 +0000 |
| commit | aee92cf879fbd11975cca4b9cfd2cc110b6cb229 (patch) | |
| tree | a1d14049cc7e2bc34362ab72a5748e37590db65e /README.rst | |
| parent | Update Makefile to current workflow (diff) | |
| parent | Merge branch 'master' into packaging (diff) | |
| download | pygensvm-aee92cf879fbd11975cca4b9cfd2cc110b6cb229.tar.gz pygensvm-aee92cf879fbd11975cca4b9cfd2cc110b6cb229.zip | |
Merge branch 'packaging'
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -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>`_. |
