Changes between Version 7 and Version 8 of InstallationGuide


Ignore:
Timestamp:
Oct 31, 2017, 9:16:30 AM (8 years ago)
Author:
fma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuide

    v7 v8  
    1010 * [http://www.numpy.org numpy], for matrix and other maths
    1111
     12'''evdev''' will be automatically installed with '''Py4bot''', as it is not yet in debian stable.
     13
     14For '''numpy''', install it from debian with:
     15
     16{{{
     17$ sudo apt install python-numpy
     18}}}
     19
     20If you can't find the package in your distro, install it from source:
     21
     22{{{
     23$ [sudo] pip install numpy
     24}}}
     25
    1226== Build source archive ==
    1327
    14 If you download the Git version, use the following command at '''Py4bot''' root:
     28If you downloaded '''Py4bot''' Git version, use the following command at '''Py4bot''' root:
    1529
    1630{{{