From f6461f93f01915727b63cbd0e45150f4b072b5f4 Mon Sep 17 00:00:00 2001 From: angelobo Date: Mon, 22 Jan 2024 15:47:55 +0100 Subject: [PATCH] Update README.md --- classifier/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classifier/README.md b/classifier/README.md index 62f6d933..511e8ffe 100644 --- a/classifier/README.md +++ b/classifier/README.md @@ -3,7 +3,7 @@ ## Get started: * create a python virtual env `python -m venv ` * activate venv: `source /bin/activate` -* install libs: `pip -r requirements.txt` +* install libs: `pip install -r requirements.txt` * run the app: `python AlphaCIC/main.py` ## Configuration: