Skip to content

Commit 00b03b5

Browse files
authored
Update README.rst
Closes #243
1 parent 061ee00 commit 00b03b5

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.rst

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,26 @@ Up to date remote data access for pandas, works for multiple versions of pandas.
2525
Installation
2626
------------
2727

28-
Install via pip
28+
29+
Install latest release version via pip
2930

3031
.. code-block:: shell
3132
3233
$ pip install pandas-datareader
3334
35+
Install latest development version
36+
37+
.. code-block:: shell
38+
39+
$ pip install git+https://github.com/pydata/pandas-datareader.git
40+
41+
or
42+
43+
.. code-block:: shell
44+
45+
$ git clone https://github.com/pydata/pandas-datareader.git
46+
$ python setup.py install
47+
3448
Usage
3549
-----
3650

0 commit comments

Comments
 (0)