How do I install OGS

Hi! How do I install OGS
Thank you

Hi ZHX,

there are various ways to install OGS. E.g., via pip on various platforms, or you can download binaries for Windows, you can use container technology such as Docker, or you can build OGS from source.

The first two options are probably the easiest. I hope that helps.

Hi, I have newly joined this community. I have installed windows version without binding. I have run a benchmark problem (Elliptic->square_1e0), and it worked on command line. But I do not see the output file. In which directory the output file is stored?

It get stored in the current directory (where you have started ogs). You can change the output directory by supplying the -o option. See ogs --help for more information.

thank you. I found the output file.