Skip to content

Commit

Permalink
Merge pull request #1 from AustralianSynchrotron/update_readme
Browse files Browse the repository at this point in the history
update installation instructions
  • Loading branch information
fhernandezvivanco authored Mar 19, 2024
2 parents 04db2e0 + 8fe7e84 commit 3d805b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ From their [Github page](https://github.com/GarmanGroup/RADDOSE-3D):
Requirements are fulfilled using the [Python Poetry](https://python-poetry.org/) dependency manager.
```
$ git clone https://github.com/AustralianSynchrotron/py-raddose-3d.git
$ cd py-raddose-3d
$ poetry install
$ poetry run python examples/mx_example.py
```
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "py-raddose-3d"
version = "1.0.0"
version = "1.0.1"
description = "Python wrapper of RADDOSE-3D"
authors = ["Francisco Hernandez Vivanco <hernandf@ansto.gov.au>",
"Daniel Eriksson <daniele@ansto.gov.au>"]
Expand Down

0 comments on commit 3d805b9

Please sign in to comment.