@@ -31,31 +31,6 @@ Up to date remote data access for pandas, works for multiple versions of pandas.
31
31
although there are frequent reports of failures. Failure is frequently
32
32
encountered when bulk downloading historical price data.
33
33
34
- Installation
35
- ------------
36
-
37
-
38
- Install latest release version via pip
39
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
40
-
41
- .. code-block :: shell
42
-
43
- $ pip install pandas-datareader
44
-
45
- Install latest development version
46
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
47
-
48
- .. code-block :: shell
49
-
50
- $ pip install git+https://github.com/pydata/pandas-datareader.git
51
-
52
- or
53
-
54
- .. code-block :: shell
55
-
56
- $ git clone https://github.com/pydata/pandas-datareader.git
57
- $ python setup.py install
58
-
59
34
Usage
60
35
-----
61
36
@@ -84,4 +59,49 @@ A second copy of the stable documentation is hosted on
84
59
`read the docs <https://pandas-datareader.readthedocs.io/ >`_ for more details.
85
60
86
61
`Development documentation <https://pydata.github.io/pandas-datareader/devel/ >`__
87
- is available for the latest changes in master.
62
+ is available for the latest changes in master.
63
+
64
+ Installation
65
+ ------------
66
+
67
+ Requirements
68
+ ~~~~~~~~~~~~
69
+
70
+ Using pandas datareader requires the following packages:
71
+
72
+ * pandas>=0.19.2
73
+ * lxml
74
+ * requests>=2.3.0
75
+ * requests-file
76
+ * requests-ftp
77
+ * wrapt
78
+
79
+ Building the documentation additionally requires:
80
+
81
+ * matplotlib
82
+ * ipython
83
+ * sphinx
84
+ * sphinx_rtd_theme
85
+
86
+ Testing requires pytest.
87
+
88
+ Install latest release version via pip
89
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
90
+
91
+ .. code-block :: shell
92
+
93
+ $ pip install pandas-datareader
94
+
95
+ Install latest development version
96
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
97
+
98
+ .. code-block :: shell
99
+
100
+ $ pip install git+https://github.com/pydata/pandas-datareader.git
101
+
102
+ or
103
+
104
+ .. code-block :: shell
105
+
106
+ $ git clone https://github.com/pydata/pandas-datareader.git
107
+ $ python setup.py install
0 commit comments