Skip to content

Commit

Permalink
Typo: Pypi -> PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored Aug 15, 2022
1 parent 449d5a1 commit 215d40a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Overview
**PyAutoGalaxy** requires Python 3.6+ and support the Linux, MacOS and Windows operating systems.

**PyAutoGalaxy** can be installed via the Python distribution `Anaconda <https://www.anaconda.com/>`_ or using
`Pypi <https://pypi.org/>`_ to ``pip install`` **PyAutoGalaxy** into your Python distribution.
`PyPI <https://pypi.org/>`_ to ``pip install`` **PyAutoGalaxy** into your Python distribution.

We recommend Anaconda as it manages the installation of many major libraries used by **PyAutoGalaxy** (e.g. numpy, scipy,
matplotlib, etc.) making installation more straight forward. Windows users must use Anaconda.
Expand Down Expand Up @@ -66,4 +66,4 @@ And the following optional dependencies:

**pynufft**: https://github.com/jyhmiinlin/pynufft

**PyLops**: https://github.com/PyLops/pylops
**PyLops**: https://github.com/PyLops/pylops

0 comments on commit 215d40a

Please sign in to comment.