Fixed wrong command at "Linux (As python script)" README.

This commit is contained in:
Sklyvan
2021-10-03 21:39:26 +02:00
committed by GitHub
parent 04b42d4d25
commit 2b3fc7d028
+1 -1
View File
@@ -103,7 +103,7 @@ sudo apt-get install git python3 python3-pip
git clone https://github.com/qeeqbox/social-analyzer
cd social-analyzer
pip3 install –r requirements.txt
python3 app.py social-analyzer --username "johndoe" --metadata --top 100
python3 app.py --username "johndoe" --metadata --top 100
```
### Importing as object (python)