Skip to content

Commit 1357376

Browse files
authored
Update README.md
1 parent c00701b commit 1357376

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ You can use pip to install the package `heading_container` to run the scripts in
1313
Install the most recent development version (may not be stable):
1414

1515
```bash
16-
pip install <PACKAGE_NAME>@git+https://github.com/<USER_NAME>/<REPO_NAME>
16+
pip install heading_container@git+https://github.com/ARCTraining/research-software-development
1717
```
1818

1919
Or install a specific version (version 0.1.0 in this example; please check the releases page):
2020

2121
```bash
22-
pip install https://github.com/<USER_NAME>/<REPO_NAME>/archive/refs/tags/v0.1.0.tar.gz
22+
pip install https://github.com/ARCTraining/research-software-development/archive/refs/tags/v0.1.0.tar.gz
2323

2424
# or
2525

26-
pip install <PACKAGE_NAME>@git+https://github.com/m<USER_NAME>/<REPO_NAME>@v0.1.0
26+
pip install heading_container@git+https://github.com/ARCTraining/research-software-development@v0.1.0
2727
```
2828

2929
## Author

0 commit comments

Comments
 (0)