Open kenanEkici opened 5 years ago
To install pip and python 2.7 on the pepper robot:
Connect to the robot using SSH. I used PuTTY, connect to the robot's IP (tap his chest button and he'll say it) and it'll ask you to authenticate. Once you're logged in, enter these commands.
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py --user
Originally posted by @skimbeh in https://github.com/kenanEkici/pepper-google-assistant/issues/2#issuecomment-480765462
Hi, apt-get is not available on the Pepper robot. You should refer to this article for a work around: https://stackoverflow.com/questions/48387823/install-things-on-pepper
To install pip and python 2.7 on the pepper robot:
Connect to the robot using SSH. I used PuTTY, connect to the robot's IP (tap his chest button and he'll say it) and it'll ask you to authenticate. Once you're logged in, enter these commands.
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py --user
Originally posted by @skimbeh in https://github.com/kenanEkici/pepper-google-assistant/issues/2#issuecomment-480765462