Gr-smart meters Setup Guide: Difference between revisions
| Line 206: | Line 206: | ||
Current version of script which does GPS coordinates extraction requires Python 2.7 and numpy library installed. | Current version of script which does GPS coordinates extraction requires Python 2.7 and numpy library installed. | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
sudo apt-get install python2 | |||
curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py | curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py | ||
python2 get-pip.py | sudo python2 get-pip.py | ||
pip2 install numpy | sudo pip2 install numpy | ||
</syntaxhighlight> | </syntaxhighlight> | ||
===Install gr-smart_meters=== | ===Install gr-smart_meters=== | ||