From b7fd8eac6c2f52a86c79657a29c189d7445e66ef Mon Sep 17 00:00:00 2001 From: Kaveen Kumarasinghe Date: Sun, 1 Jan 2023 14:03:11 -0500 Subject: [PATCH] Update README.md Signed-off-by: Kaveen Kumarasinghe --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bf0e36..a39859e 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,11 @@ cd GPT3Discord/ sudo apt-get update sudo apt install software-properties-common sudo add-apt-repository ppa:deadsnakes/ppa -sudo apt install python3.9 python3.9-pip +sudo apt install python3.9 + +# Install Pip for python3.9 +curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py +python3.9 get-pip.py # Install project dependencies python3.9 -m pip install -r requirements.txt