From b1f4bd540ef8a104c189e6284cd6fd40ace10dc4 Mon Sep 17 00:00:00 2001 From: Gianni Pezzarossi <gpezza2@illinois.edu> Date: Tue, 31 Jan 2023 17:19:04 -0600 Subject: [PATCH] Update README.md --- classRosterLookup/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classRosterLookup/README.md b/classRosterLookup/README.md index a4d4f4e..f2f0e49 100644 --- a/classRosterLookup/README.md +++ b/classRosterLookup/README.md @@ -14,7 +14,7 @@ This is to be used in conjunction with the Class Sync option in the ICCP User ma `source classRoster-venv/bin/activate` -`pip install -r requirements.txt` +`python3 -m pip install -r requirements.txt` `deactivate` -- GitLab