Skip to content

Commit

Permalink
Update SPC toolkit README
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreenbury authored Jun 24, 2024
1 parent db04e04 commit 52df580
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ cargo run --release -- config/England/rutland.txt --rng-seed 0 --output-formats
### Install
The package can be installed with `pip` from git with:
```bash
pip install 'git+https://github.com/alan-turing-institute/uatk-spc.git@55-output-formats-python#subdirectory=python'
pip install 'git+https://github.com/alan-turing-institute/uatk-spc.git#subdirectory=python'
```
or with Poetry:
```bash
poetry add 'git+https://github.com/alan-turing-institute/uatk-spc.git@55-output-formats-python#subdirectory=python'
poetry add 'git+https://github.com/alan-turing-institute/uatk-spc.git#subdirectory=python'
```

#### Extras
Expand All @@ -31,7 +31,7 @@ pip install 'uatk-spc[dev,examples] @ git+https://github.com/alan-turing-institu
```
or with Poetry:
```bash
poetry add 'git+https://github.com/alan-turing-institute/uatk-spc.git@55-output-formats-python#subdirectory=python'
poetry add 'git+https://github.com/alan-turing-institute/uatk-spc.git#subdirectory=python'
```

### Install (developer)
Expand Down

0 comments on commit 52df580

Please sign in to comment.