From 185f3fa0f7b4329b019ffaf2e35807048b29a65b Mon Sep 17 00:00:00 2001 From: tuxuser <462620+tuxuser@users.noreply.github.com> Date: Thu, 31 Dec 2020 12:24:43 +0100 Subject: [PATCH] Remove "(Python Library)" from deps-entries --- docs/building.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/building.md b/docs/building.md index fc4cd4e63..52961f48a 100644 --- a/docs/building.md +++ b/docs/building.md @@ -5,8 +5,8 @@ Building Atmosphère is a very straightforward process that relies almost exclus + [devkitA64](https://devkitpro.org) + [devkitARM](https://devkitpro.org) + [Python 2](https://www.python.org) (Python 3 may work as well, but this is not guaranteed) -+ [LZ4 (Python library)](https://pypi.org/project/lz4) -+ [PyCryptodome (Python library)](https://pypi.org/project/pycryptodome) (optional) ++ [LZ4](https://pypi.org/project/lz4) ++ [PyCryptodome](https://pypi.org/project/pycryptodome) (optional) ## Instructions 1. Follow the guide located [here](https://devkitpro.org/wiki/Getting_Started) to install and configure all the tools necessary for the build process.