Skip to content

Commit

Permalink
Update README with env. variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
nennigb committed Mar 12, 2024
1 parent 280a120 commit 179127b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,15 @@ Install
You'll need :
* python (tested for v >= 3.5);
* pip (optional).
* fortran compiler (optional)
Note that on ubuntu, you will need to use `pip3` instead of `pip` and `python3` instead of `python`. Please see the steps given in the continous integration script [workflows](.github/workflows/ci-ubuntu.yml).


By default, the fortan evaluation of multivariate polynomial is desactivated. To enable it, set the environnement variable: `EASTEREIG_USE_FPOLY=True`. On ubuntu like system, run
```console
export EASTEREIG_USE_FPOLY=True
```

### Using pip (preferred)
Consider using `pip` over custom script (rationale [here](https://pip.pypa.io/en/stable/reference/pip_install/)).

Expand Down

0 comments on commit 179127b

Please sign in to comment.