kootenpv / whereami

Uses WiFi signals :signal_strength: and machine learning to predict where you are
GNU Affero General Public License v3.0
5.12k stars 246 forks source link

(Py3) bad command line in examples #4

Closed kgadek closed 8 years ago

kgadek commented 8 years ago

Just installed (few minutes after #3).

(py3) ❯ whereami learn bed 100
usage: whereami learn [-h] --location LOCATION [--num_samples NUM_SAMPLES]
whereami learn: error: the following arguments are required: --location/-l

(py3) ❯ whereami learn --location bed --num_samples 100
[this works]

(py3) ❯ pip freeze
access-points==0.0.11
numpy==1.11.1
scikit-learn==0.17.1
scipy==0.18.1
tqdm==4.8.4
whereami==0.2.21
kootenpv commented 8 years ago

Yes, you are right, I have to immediately update everywhere the docs.

kootenpv commented 8 years ago

@kgadek Updated the docs and reddit to reflect the changes. Thanks for mentioning!

kgadek commented 8 years ago

Yup, all worked for me