Changes between Version 53 and Version 54 of en/ProgrammingRobotsCourse/GettingWwwInfo


Ignore:
Timestamp:
Nov 13, 2024, 1:04:20 PM (7 months ago)
Author:
Ales Horak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • en/ProgrammingRobotsCourse/GettingWwwInfo

    v53 v54  
    4646(Full example [raw-attachment:news.py:wiki:en/ProgrammingRobotsCourse/GettingWwwInfo news.py])
    4747
    48 In virtual robot, if you get a runtime error: ''No module named bs4'', you may need to install the package into the Choregraphe environtment via ($PEPPER_ROOT comes from InstallationInstructions):
     48In virtual robot, if you get a runtime error: ''No module named bs4'', you may need to install the package into the Choregraphe environtment via ($PEPPER_ROOT comes from [https://nlp.fi.muni.cz/trac/pepper/wiki/InstallationInstructions installation instructions]):
    4949{{{
    5050sudo $PEPPER_ROOT/pyenv/bin/pip2 install --target='/opt/Softbank Robotics/Choregraphe Suite 2.5/lib/python2.7/site-packages' \