Skip to content

Commit

Permalink
READ.me file updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kmikityuk committed Jul 17, 2024
1 parent 1edaff9 commit de7fb2f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,16 @@ The ROOSTER projects aims at developing a software for multi-physics modeling of
- pip3 install CoolProp
- pip3 install pyinstaller

2. Clone the code: `git clone https://github.com/armstrong-dev/rooster.git` or download and unpack ZIP.
2. Clone the code: `git clone https://github.com/rooster-code/rooster.git or download and unpack ZIP.

3. Compile Fortran source to the `.so` library by running `compile` or `compile_noOMP` batch file. Note that `gfortran` compiler should be installed.

4. Launch ROOSTER by entering `python3 A_rooster.py`.
4. Launch ROOSTER by `python rooster.py`.

5. Find the results in the `output` directory.

6. if you want to package this source code into a executable code, please install pyinstaller and uncomment corresponding lines in the `compile`

ROOSTER has not yet been tested for Windows.

More details are at https://armstrong-dev.github.io/index.html#rooster.

## How to push to armstrong-dev
git push rooster main
More details are at https://rooster-code.github.io/.

0 comments on commit de7fb2f

Please sign in to comment.