Skip to content

Commit

Permalink
Merge pull request #52 from jwilk-forks/spelling
Browse files Browse the repository at this point in the history
Fix spelling of "PyPI"
  • Loading branch information
GuardKenzie authored Sep 20, 2024
2 parents a4efc1c + 7dbdc82 commit 8769e24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Here is a [picture of a cute snake](https://chafapy.mage.black/_images/snake.jpg

# Where can I get it?

Chafa.py is available on [PyPi](https://pypi.org/project/chafa.py/). You can install it by running
Chafa.py is available on [PyPI](https://pypi.org/project/chafa.py/). You can install it by running

```
pip install chafa.py
Expand Down
8 changes: 4 additions & 4 deletions docs/usage/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Installation

.. currentmodule:: chafa.loader

Here are some installation instructions for getting going. It is preferred to install from `PyPi`_, however, you are welcome to build from source if you so desire.
Here are some installation instructions for getting going. It is preferred to install from `PyPI`_, however, you are welcome to build from source if you so desire.

Currently only Linux, Windows 64-bit and MacOS systems (Intel and ARM) are supported.

Expand All @@ -14,10 +14,10 @@ For all methods, if you want to use the included :py:class:`Loader` class to loa

For a substantial performance increase when importing :py:class:`Loader`, you can set the ``MAGICK_HOME`` environment variable to where the ImageMagick library lives on your computer (i.e. for brew users, something like ``/usr/local/Cellar/imagemagick/``).

From PyPi
From PyPI
=========

Chafa.py is available on `PyPi`_. You can install it by running
Chafa.py is available on `PyPI`_. You can install it by running

::

Expand Down Expand Up @@ -60,5 +60,5 @@ Dependencies
- `Hatchling <https://pypi.org/project/hatchling/>`_ (for building)
- Python 3.8 or later

.. _`PyPi`: https://pypi.org/project/chafa.py/
.. _`PyPI`: https://pypi.org/project/chafa.py/
.. _`chafa.py repository`: https://github.com/guardkenzie/chafa.py

0 comments on commit 8769e24

Please sign in to comment.