Loading README.md +5 −5 Original line number Diff line number Diff line Loading @@ -24,14 +24,14 @@ the user and the user's compute environment. ### The `.pygriffin.rc` file The `.pygriffin.rc` file uses a configuration format commmonly adopted by Python modules for customization and is supported by a a parser in by Python modules for customization that is supported by a a parser in the Python standard library. Specifics on this format can be found [here](https://docs.fileformat.com/system/ini/). PyGriffin expects to find an `exec` section containing the location of the Griffin executable and (optionally) the ISOXML executable. For example, a `.pygriffin.rc` file on a system with Grifin installed at `/home/griffin_project/` might look like: PyGriffin expects to find an `exec` section in this file containing the location of the Griffin executable and (optionally) the ISOXML executable. For example, a `.pygriffin.rc` file on a system with Grifin installed at `/home/griffin_project/` might look like: ``` [exec] Loading Loading
README.md +5 −5 Original line number Diff line number Diff line Loading @@ -24,14 +24,14 @@ the user and the user's compute environment. ### The `.pygriffin.rc` file The `.pygriffin.rc` file uses a configuration format commmonly adopted by Python modules for customization and is supported by a a parser in by Python modules for customization that is supported by a a parser in the Python standard library. Specifics on this format can be found [here](https://docs.fileformat.com/system/ini/). PyGriffin expects to find an `exec` section containing the location of the Griffin executable and (optionally) the ISOXML executable. For example, a `.pygriffin.rc` file on a system with Grifin installed at `/home/griffin_project/` might look like: PyGriffin expects to find an `exec` section in this file containing the location of the Griffin executable and (optionally) the ISOXML executable. For example, a `.pygriffin.rc` file on a system with Grifin installed at `/home/griffin_project/` might look like: ``` [exec] Loading