Open main menu

Changes

Epd canopy

58 bytes removed, 13:08, 9 June 2014
The [https://gna.org/projects/minfx/ minfx] and [https://gna.org/projects/bmrblib/ bmrblib] libraries can be installed on all Linux systems by typing:
<source lang="bash">
# Switch to software user
su software
 
# Activate python
ap
cd minfx-1.0.6
#Then either
sudo pip install .# Orsudo python setup.py install
cd ..
tar -xzf bmrblib-1.0.3.tar.gz
cd bmrblib-1.0.3
#Then eithersudo pip install .# Orsudo python setup.py installcd ..