Skip to content

Commit f2799fe

Browse files
authored
Merge pull request #12 from CLIMB-TRE/development
Updated organisation details
2 parents 883000b + a35edd8 commit f2799fe

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ Installation instructions for the Rust compiler can be found here: https://www.r
1717
Once the Rust compiler is installed:
1818

1919
```
20-
$ git clone https://github.com/CLIMB-COVID/maptide.git
20+
$ git clone https://github.com/CLIMB-TRE/maptide.git
2121
$ cd maptide/
2222
$ python -m venv .venv
2323
$ source .venv/bin/activate
24-
$ pip install --upgrade pip
2524
$ pip install .
2625
```
2726

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
maptide = "maptide.cli:run"
2727

2828
[project.urls]
29-
repository = "https://github.com/CLIMB-COVID/maptide"
29+
repository = "https://github.com/CLIMB-TRE/maptide"
3030

3131
[tool.maturin]
3232
python-source = "python"

0 commit comments

Comments
 (0)