From 6d5db71b5b3ee6bbb0b5762c0cdee707bc650075 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Thu, 21 May 2026 21:07:57 -0700 Subject: [PATCH] add pip install --upgrade pip to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6ff5197..98a6310 100644 --- a/README.md +++ b/README.md @@ -365,6 +365,7 @@ One time setup and running for the first time: ``` python -m venv venv venv\Scripts\activate.bat +pip install --upgrade pip pip install -r requirements.txt python kcc.py ``` @@ -390,6 +391,7 @@ One time setup and running for the first time: ``` python3 -m venv venv source venv/bin/activate +pip install --upgrade pip pip install -r requirements.txt python kcc.py ```