From bdf1578aba2dfe5d6610e7e21cb6a2eb24d99263 Mon Sep 17 00:00:00 2001 From: Luffy Jiang Date: Sun, 21 Jan 2024 16:14:27 +1300 Subject: [PATCH] Improve Ubuntu installation guide --- INSTALL.ubuntu.md | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.ubuntu.md b/INSTALL.ubuntu.md index 975d445..e341d6d 100644 --- a/INSTALL.ubuntu.md +++ b/INSTALL.ubuntu.md @@ -154,6 +154,7 @@ sudo apt install python3-pip python3 -m pip install python-dotenv; python3 -m pip install psycopg2-binary; python3 -m pip install json5; +python3 -m pip install requests; ``` ## Build ord: