X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=README;h=d13fa47d2a13ec38718167852a52c7c477c6534c;hb=930c015296d627751b11342b0a3469e77e548b0e;hp=14cc2718ce83bc0199e876774d5d5585b6124098;hpb=9455c3bc9b1259b6d56f72e67c88ef4480af41b0;p=samples%2Fpyhello.git diff --git a/README b/README index 14cc271..d13fa47 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -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 @@ -9,10 +9,4 @@ Installation and compilation is like every Salome modules : 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.