@@ -65,41 +65,46 @@ And via ``easy_install`` or ``pip``::
65
65
Dependencies
66
66
============
67
67
68
- * `NumPy <http://www.numpy.org >`__: 1.6.1 or higher
69
- * `python-dateutil <http://labix.org/python-dateutil >`__ 1.5 or higher
70
- * `pytz <http://pytz.sourceforge.net/ >`__
71
- * Needed for time zone support with ``date_range ``
68
+ - `NumPy <http://www.numpy.org >`__: 1.6.1 or higher
69
+ - `python-dateutil <http://labix.org/python-dateutil >`__ 1.5 or higher
70
+ - `pytz <http://pytz.sourceforge.net/ >`__
71
+
72
+ - Needed for time zone support with ``date_range ``
72
73
73
74
Highly Recommended Dependencies
74
75
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
75
76
76
- * `numexpr <http://code.google.com/p/numexpr/ >`__: to accelerate some expression evaluation operations
77
- also required by `PyTables `
78
- * `bottleneck <http://berkeleyanalytics.com/bottleneck >`__: to accelerate certain numerical operations
77
+ - `numexpr <http://code.google.com/p/numexpr/ >`__
78
+
79
+ - Needed to accelerate some expression evaluation operations
80
+ - Required by `PyTables `
81
+ - `bottleneck <http://berkeleyanalytics.com/bottleneck >`__
82
+
83
+ - Needed to accelerate certain numerical operations
79
84
80
85
Optional dependencies
81
86
~~~~~~~~~~~~~~~~~~~~~
82
87
83
- * `Cython <http://www.cython.org >`__: Only necessary to build development
84
- version. Version 0.17.1 or higher.
85
- * ` SciPy <http://www.scipy .org >`__: miscellaneous statistical functions
86
- * ` PyTables <http://www.pytables.org >`__: necessary for HDF5-based storage
87
- * ` matplotlib <http://matplotlib .sourceforge.net/ >`__: for plotting
88
- * ` statsmodels < http://statsmodels.sourceforge.net/ >`__
89
- * Needed for parts of :mod: `pandas.stats `
90
- * `openpyxl <http://packages.python.org/openpyxl/ >`__, `xlrd/xlwt <http://www.python-excel.org/ >`__
91
-
92
- * openpyxl version 1.6.1 or higher, for writing .xlsx files
93
- * xlrd >= 0.9.0
94
- * Needed for Excel I/O
95
- * `lxml <http://lxml.de >`__, or `Beautiful Soup 4 <http://www.crummy.com/software/BeautifulSoup >`__: for reading HTML tables
96
-
97
- * The differences between lxml and Beautiful Soup 4 are mostly speed (lxml
88
+ - `Cython <http://www.cython.org >`__: Only necessary to build development version. Version 0.17.1 or higher.
89
+ - ` SciPy < http://www.scipy.org >`__: miscellaneous statistical functions
90
+ - ` PyTables <http://www.pytables .org >`__: necessary for HDF5-based storage
91
+ - ` matplotlib <http://matplotlib.sourceforge.net/ >`__: for plotting
92
+ - ` statsmodels <http://statsmodels .sourceforge.net/ >`__
93
+
94
+ - Needed for parts of :mod: `pandas.stats `
95
+ - `openpyxl <http://packages.python.org/openpyxl/ >`__, `xlrd/xlwt <http://www.python-excel.org/ >`__
96
+
97
+ - openpyxl version 1.6.1 or higher, for writing .xlsx files
98
+ - xlrd >= 0.9.0
99
+ - Needed for Excel I/O
100
+ - `lxml <http://lxml.de >`__, or `Beautiful Soup 4 <http://www.crummy.com/software/BeautifulSoup >`__: for reading HTML tables
101
+
102
+ - The differences between lxml and Beautiful Soup 4 are mostly speed (lxml
98
103
is faster), however sometimes Beautiful Soup returns what you might
99
104
intuitively expect. Both backends are implemented, so try them both to
100
105
see which one you like. They should return very similar results.
101
- * Note that lxml requires Cython to build successfully
102
- * `boto <https://pypi.python.org/pypi/boto >`__: necessary for Amazon S3 access.
106
+ - Note that lxml requires Cython to build successfully
107
+ - `boto <https://pypi.python.org/pypi/boto >`__: necessary for Amazon S3 access.
103
108
104
109
105
110
Installation from sources
0 commit comments