@@ -28,20 +28,20 @@ Installing pandas
2828Installing with Anaconda
2929~~~~~~~~~~~~~~~~~~~~~~~~
3030
31- Installing pandas and the rest of the `NumPy <https://www. numpy.org/ >`__ and
32- `SciPy <https://www. scipy.org/ >`__ stack can be a little
31+ Installing pandas and the rest of the `NumPy <https://numpy.org/ >`__ and
32+ `SciPy <https://scipy.org/ >`__ stack can be a little
3333difficult for inexperienced users.
3434
3535The simplest way to install not only pandas, but Python and the most popular
36- packages that make up the `SciPy <https://www. scipy.org/ >`__ stack
37- (`IPython <https://ipython.org/ >`__, `NumPy <https://www. numpy.org/ >`__,
36+ packages that make up the `SciPy <https://scipy.org/ >`__ stack
37+ (`IPython <https://ipython.org/ >`__, `NumPy <https://numpy.org/ >`__,
3838`Matplotlib <https://matplotlib.org/ >`__, ...) is with
3939`Anaconda <https://docs.continuum.io/anaconda/ >`__, a cross-platform
40- (Linux, Mac OS X , Windows) Python distribution for data analytics and
40+ (Linux, macOS , Windows) Python distribution for data analytics and
4141scientific computing.
4242
4343After running the installer, the user will have access to pandas and the
44- rest of the `SciPy <https://www. scipy.org/ >`__ stack without needing to install
44+ rest of the `SciPy <https://scipy.org/ >`__ stack without needing to install
4545anything else, and without needing to wait for any software to be compiled.
4646
4747Installation instructions for `Anaconda <https://docs.continuum.io/anaconda/ >`__
@@ -220,7 +220,7 @@ Dependencies
220220Package Minimum supported version
221221================================================================ ==========================
222222`setuptools <https://setuptools.readthedocs.io/en/latest/ >`__ 24.2.0
223- `NumPy <https://www. numpy.org >`__ 1.16.5
223+ `NumPy <https://numpy.org >`__ 1.16.5
224224`python-dateutil <https://dateutil.readthedocs.io/en/stable/ >`__ 2.7.3
225225`pytz <https://pypi.org/project/pytz/ >`__ 2017.3
226226================================================================ ==========================
0 commit comments