Changes between Version 55 and Version 56 of en/ProgrammingRobotsCourse/GettingWwwInfo
- Timestamp:
- Nov 13, 2024, 3:59:25 PM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
en/ProgrammingRobotsCourse/GettingWwwInfo
v55 v56 49 49 {{{ 50 50 sudo $PEPPER_ROOT/pyenv/bin/pip2 install --target='/opt/Softbank Robotics/Choregraphe Suite 2.5/lib/python2.7/site-packages' \ 51 beautifulsoup4==4. 0.451 beautifulsoup4==4.9.3 52 52 }}} 53 53 Use `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 .54 Beware 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). 55 55 56 56 A 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: