Application configuration

To install the GLOW application, clone the repository at https://github.com/newcleo-dev-team/glow using the following command:

git clone https://github.com/newcleo-dev-team/glow

Now, from the root folder of GLOW the following command can be run to automatically install all the needed dependencies:

pip install .

To upgrade the GLOW package, type the install command along with the --upgrade or -U flag:

pip install --upgrade .

Since GLOW exploits the GEOM module of SALOME, a correct installation of the SALOME platform is required. Please, refer to the Building and installing section of the SALOME FAQ page for the installation instructions according to the user’s specific OS.

Please, note that the GLOW usage is limited to the OSs supported by SALOME itself.