Skip to content

Commit

Permalink
fix running
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Apr 22, 2024
1 parent 5b4f63c commit 2df4f27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ https://python-hydro.github.io/pyro2
Alternately, you can install directly from source, via

```
python setup.py install --user
pip install .
```

or you can use `develop` instead of `install` if you are
you can optionally add the `-e` argument to `install` if you are
planning on developing pyro solvers directly.

- Not all matplotlib backends allow for the interactive plotting as
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ namespaces = false
[tool.setuptools.package-data]
# additional files to include when building a wheel
pyro = [
"**/_*.defaults",
"_defaults",
"**/_defaults",
"**/inputs*",
"*/tests/*.h5"
]
Expand Down

0 comments on commit 2df4f27

Please sign in to comment.