We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c50a2 commit f6461f9Copy full SHA for f6461f9
classifier/README.md
@@ -3,7 +3,7 @@
3
## Get started:
4
* create a python virtual env `python -m venv <your_venv>`
5
* activate venv: `source <your_venv>/bin/activate`
6
-* install libs: `pip -r requirements.txt`
+* install libs: `pip install -r requirements.txt`
7
* run the app: `python AlphaCIC/main.py`
8
9
## Configuration:
0 commit comments