kenanEkici / pepper-google-assistant

Customized SDK Google Assistant sample for the Pepper humanoid robot with Flask and PYNAOqi
Apache License 2.0
12 stars 3 forks source link

To install pip and python 2.7 on the pepper robot: #3

Open kenanEkici opened 5 years ago

kenanEkici commented 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

kenanEkici commented 5 years ago

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