Changes between Version 55 and Version 56 of en/ProgrammingRobotsCourse/GettingWwwInfo


Ignore:
Timestamp:
Nov 13, 2024, 3:59:25 PM (7 months ago)
Author:
Ales Horak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • en/ProgrammingRobotsCourse/GettingWwwInfo

    v55 v56  
    4949{{{
    5050sudo $PEPPER_ROOT/pyenv/bin/pip2 install --target='/opt/Softbank Robotics/Choregraphe Suite 2.5/lib/python2.7/site-packages' \
    51     beautifulsoup4==4.0.4
     51    beautifulsoup4==4.9.3
    5252}}}
    5353Use `pip` instead of `pip2` in older linux systems.
    54 Beware that the version of just installed `bs4` package may be different from the version on the real robot.
     54Beware that the version of just installed `bs4` package may be different from the version on the real robot (but 4.9.3 is the last version supporting Python 2).
    5555
    5656A safe option to include new packages is to install the package (e.g. `yourmodule`) in the application directory (e.g. `lib`) and import it like: