Salome HOME
Merge Qt5 porting.
[samples/pyhello.git] / README
diff --git a/README b/README
index 14cc2718ce83bc0199e876774d5d5585b6124098..ffdc95eb778498f051e002c92f6e29967ea91a4d 100644 (file)
--- a/README
+++ b/README
@@ -1,18 +1,11 @@
-This module is a Salome example of a module that is interfaced with MED library.
+This module is a Salome example of a module implemented in Python with PyQt GUI
 
 Installation and compilation is like every Salome modules :
- src_dir/build_configure
- mkdir build_dir
+ mkdir build_dir 
  mkdir instal_dir
  cd build_dir
src_dir/configure --prefix=instal_dir
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=instal_dir ../src_dir
  make
  make install
 
-To check Calculator component, you can use CALCULATOR_TEST.py script, 
-or SUPERVISION graph src_dir/CALCULATOR/graphe1.py
-
-
-Documentation can be found in /doc directory. It was written in sxw format (openoffice) and was converted in pdf.
-
-Implementation is in /src/CALCULATOR directory. It was tested on redhat8 - using gcc 3.2
+Documentation can be found in /doc directory.