Skip to content

Commit

Permalink
Merge pull request #43 from pllim/patch-1
Browse files Browse the repository at this point in the history
Typo: Pypi -> PyPI
  • Loading branch information
Jammy2211 authored Nov 27, 2022
2 parents df34515 + 215d40a commit 021c623
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.8+ 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 021c623

Please sign in to comment.