From 3d4cc99ac594f53617dc4b525175829d869a16c0 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Sun, 4 Jul 2021 13:13:44 -0500 Subject: [PATCH] Added install instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e836500..fa7bf418 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Download the source code from the repository directly and put it in a folder of You must have Python installed (version 3.6 - 3.9 supported) -This program requires all python dependencies that are necessary to run Aerinon's Door Randomizer plus an additional 'sortedcontainers' package. Try running ```pip install sortedcontainers``` on the command line to install the dependency. +This program requires all python dependencies that are necessary to run Aerinon's Door Randomizer plus an additional 'sortedcontainers' package. Try running ```pip install sortedcontainers``` or ```python -m pip install sortedcontainers``` on the command line to install the dependency. Alternatively, run ```resources/ci/common/local_install.py``` to install all the missing dependencies as well.