File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ You can use pip to install the package `heading_container` to run the scripts in
1313Install 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
1919Or 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
You can’t perform that action at this time.
0 commit comments