Skip to content

Commit f170e00

Browse files
jasmainakpavanramkumar
authored andcommitted
DOC simplify installation of bleeding edge
1 parent 242981f commit f170e00

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

README.rst

+1-7
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,7 @@ Clone the repository.
108108

109109
.. code:: bash
110110
111-
$ git clone http://github.com/glm-tools/pyglmnet
112-
113-
Install ``pyglmnet`` using ``setup.py`` as follows
114-
115-
.. code:: bash
116-
117-
$ python setup.py develop
111+
$ pip install https://api.github.com/repos/glm-tools/pyglmnet/zipball/master
118112
119113
Getting Started
120114
~~~~~~~~~~~~~~~

doc/install.rst

+2-10
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ the dependencies using ``pip``.
2323

2424
.. code-block:: bash
2525
26-
pip install numpy
27-
pip install scipy
26+
pip install numpy scipy
2827
pip install -U scikit-learn
2928
3029
Get pyglmnet
@@ -39,11 +38,4 @@ To install the development version of ``pyglmnet``, first clone the repository
3938

4039
.. code-block:: bash
4140
42-
git clone http://github.com/glm-tools/pyglmnet
43-
44-
Then run ``setup.py`` to install the library
45-
46-
.. code-block:: bash
47-
48-
cd pyglmnet
49-
python setup.py develop
41+
pip install https://api.github.com/repos/glm-tools/pyglmnet/zipball/master

0 commit comments

Comments
 (0)