From c547c7f0e7a5de4292b58882f261be11b288ac0e Mon Sep 17 00:00:00 2001 From: SciresM Date: Fri, 9 Oct 2020 17:37:51 -0700 Subject: [PATCH] Note that we are a python 2 project. --- docs/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building.md b/docs/building.md index a96173c9a..b5c8f7bd4 100644 --- a/docs/building.md +++ b/docs/building.md @@ -4,7 +4,7 @@ Building Atmosphère is a very straightforward process that relies almost exclus ## Dependencies + [devkitA64](https://devkitpro.org) + [devkitARM](https://devkitpro.org) -+ [Python 2 or 3](https://www.python.org) (optional) ++ [Python 2](https://www.python.org) (Python 3 may work as well, but this is not guaranteed) + [PyCryptodome](https://pypi.org/project/pycryptodome) (optional) ## Instructions