We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 883000b + a35edd8 commit f2799feCopy full SHA for f2799fe
README.md
@@ -17,11 +17,10 @@ Installation instructions for the Rust compiler can be found here: https://www.r
17
Once the Rust compiler is installed:
18
19
```
20
-$ git clone https://github.com/CLIMB-COVID/maptide.git
+$ git clone https://github.com/CLIMB-TRE/maptide.git
21
$ cd maptide/
22
$ python -m venv .venv
23
$ source .venv/bin/activate
24
-$ pip install --upgrade pip
25
$ pip install .
26
27
pyproject.toml
@@ -26,7 +26,7 @@ classifiers = [
maptide = "maptide.cli:run"
28
[project.urls]
29
-repository = "https://github.com/CLIMB-COVID/maptide"
+repository = "https://github.com/CLIMB-TRE/maptide"
30
31
[tool.maturin]
32
python-source = "python"
0 commit comments