Changes between Version 7 and Version 8 of InstallationGuide
- Timestamp:
- Oct 31, 2017, 9:16:30 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuide
v7 v8 10 10 * [http://www.numpy.org numpy], for matrix and other maths 11 11 12 '''evdev''' will be automatically installed with '''Py4bot''', as it is not yet in debian stable. 13 14 For '''numpy''', install it from debian with: 15 16 {{{ 17 $ sudo apt install python-numpy 18 }}} 19 20 If you can't find the package in your distro, install it from source: 21 22 {{{ 23 $ [sudo] pip install numpy 24 }}} 25 12 26 == Build source archive == 13 27 14 If you download theGit version, use the following command at '''Py4bot''' root:28 If you downloaded '''Py4bot''' Git version, use the following command at '''Py4bot''' root: 15 29 16 30 {{{
