From ba68b258333d133e1c7a99f5b7b2d94ac3296577 Mon Sep 17 00:00:00 2001 From: partev Date: Mon, 26 Oct 2020 00:00:45 -0400 Subject: [PATCH 1/2] DOC: small clean ups small clean ups --- doc/source/getting_started/install.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/source/getting_started/install.rst b/doc/source/getting_started/install.rst index cd61f17220f22..916afdf622612 100644 --- a/doc/source/getting_started/install.rst +++ b/doc/source/getting_started/install.rst @@ -28,20 +28,20 @@ Installing pandas Installing with Anaconda ~~~~~~~~~~~~~~~~~~~~~~~~ -Installing pandas and the rest of the `NumPy `__ and -`SciPy `__ stack can be a little +Installing pandas and the rest of the `NumPy `__ and +`SciPy `__ stack can be a little difficult for inexperienced users. The simplest way to install not only pandas, but Python and the most popular -packages that make up the `SciPy `__ stack -(`IPython `__, `NumPy `__, +packages that make up the `SciPy `__ stack +(`IPython `__, `NumPy `__, `Matplotlib `__, ...) is with `Anaconda `__, a cross-platform -(Linux, Mac OS X, Windows) Python distribution for data analytics and +(Linux, macOS, Windows) Python distribution for data analytics and scientific computing. After running the installer, the user will have access to pandas and the -rest of the `SciPy `__ stack without needing to install +rest of the `SciPy `__ stack without needing to install anything else, and without needing to wait for any software to be compiled. Installation instructions for `Anaconda `__ @@ -220,7 +220,7 @@ Dependencies Package Minimum supported version ================================================================ ========================== `setuptools `__ 24.2.0 -`NumPy `__ 1.16.5 +`NumPy `__ 1.16.5 `python-dateutil `__ 2.7.3 `pytz `__ 2017.3 ================================================================ ========================== From a7553917d28c0ac515aa0690173fd8acb8cff322 Mon Sep 17 00:00:00 2001 From: partev Date: Mon, 26 Oct 2020 08:22:37 -0400 Subject: [PATCH 2/2] align the table --- doc/source/getting_started/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/getting_started/install.rst b/doc/source/getting_started/install.rst index 916afdf622612..df481e8c986f7 100644 --- a/doc/source/getting_started/install.rst +++ b/doc/source/getting_started/install.rst @@ -220,7 +220,7 @@ Dependencies Package Minimum supported version ================================================================ ========================== `setuptools `__ 24.2.0 -`NumPy `__ 1.16.5 +`NumPy `__ 1.16.5 `python-dateutil `__ 2.7.3 `pytz `__ 2017.3 ================================================================ ==========================