Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Aug 2, 2024
1 parent b271e67 commit 4a87944
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ can be installed from the Github repo with ``pip``:

```bash

pip install pathways
pip git+https://github.com/polca/pathways.git

```

Expand Down Expand Up @@ -88,7 +88,7 @@ p.calculate(
regions=regions,
years=years,
variables=variables,
use_distributions=0 # optional, number of iterations for Monte Carlo analysis
use_distributions=0 # optional, if >0 : number of iterations for Monte Carlo analysis
)

```
Expand Down Expand Up @@ -139,7 +139,7 @@ methods of ``xarray``.

```

Or the result cna be exoprted as a Parquet file:
Or the result can be exported as a Parquet file to be loaded into `pandas` later on:

```python

Expand Down

0 comments on commit 4a87944

Please sign in to comment.