hastic-zzz / hastic-server

Hastic data management server for analyzing patterns and anomalies from Grafana
GNU General Public License v3.0
330 stars 23 forks source link

typo in docs/installation-from-source #896

Open jonyrock opened 4 years ago

jonyrock commented 4 years ago

https://github.com/hastic/hastic-server/wiki/Installation-from-source#installation

...
cd hastic-server
pip3 install -r analytics/requirements.txt
python -m pip install -r analytics/requirements.txt # this thing should be commented
...