Bob Mottram 11 years ago
parent
commit
f3b6600eb1
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      beaglebone.txt

+ 2
- 2
beaglebone.txt View File

421
 
421
 
422
 Your BBB will now use hardware to generate random numbers.
422
 Your BBB will now use hardware to generate random numbers.
423
 
423
 
424
-*** On other Single Board Comuters
424
+*** On other Single Board Computers
425
 If you are not using a Beaglebone (a Cubieboard for example), or if you didn't update the kernel, then you can still improve the random number generation by installing:
425
 If you are not using a Beaglebone (a Cubieboard for example), or if you didn't update the kernel, then you can still improve the random number generation by installing:
426
 
426
 
427
 #+BEGIN_SRC: bash
427
 #+BEGIN_SRC: bash
6184
 git submodule init
6184
 git submodule init
6185
 git submodule update
6185
 git submodule update
6186
 virtualenv --system-site-packages .
6186
 virtualenv --system-site-packages .
6187
-./bin/python setup.py install
6187
+./bin/python setup.py develop
6188
 #+END_SRC
6188
 #+END_SRC
6189
 
6189
 
6190
 Fails here.  Currently not installable.
6190
 Fails here.  Currently not installable.