We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 736401d commit 3f83fd0Copy full SHA for 3f83fd0
README.md
@@ -4,14 +4,14 @@ Python Package to calculate image resolution using decorrelation analysis
4
# Installation
5
6
```bash
7
-pip install git+https://github.com/Shutterbug2109/PyRes.git
+pip install https://github.com/casus/pyres.git
8
```
9
10
# To try out the examples and understand the usage of PyRes
11
Clone the repository and run the following commands
12
13
14
-git clone https://github.com/Shutterbug2109/PyRes.git
+git clone https://github.com/casus/pyres.git
15
16
17
0 commit comments