From 0417e739cc0732464692af56f93eaf22eb47f88f Mon Sep 17 00:00:00 2001 From: cadmic Date: Wed, 24 Jan 2024 12:06:07 -0800 Subject: [PATCH] Suggest pip install -U -r requirements.txt (#1618) * Suggest pip install -r requirements.txt * Update README.md Co-authored-by: Dragorn421 --------- Co-authored-by: Dragorn421 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dd814db6b..30adba5afa 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ Keep in mind that for each new terminal session, you will need to **activate** t Now you can install the Python dependencies, to do so run: ```bash -python3 -m pip install -U -r requirements.txt +pip install -U -r requirements.txt ``` #### 4. Prepare a base ROM