Salome HOME
Increment version -> 6.7.0
[samples/pyhello.git] / README
1 This module is a Salome example of a module implemented in Python with PyQt GUI
2
3 Installation and compilation is like every Salome modules :
4  src_dir/build_configure
5  mkdir build_dir
6  mkdir instal_dir
7  cd build_dir
8  src_dir/configure --prefix=instal_dir
9  make
10  make install
11
12 Documentation can be found in /doc directory.