We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d387e commit 125c531Copy full SHA for 125c531
1 file changed
README.md
@@ -19,7 +19,9 @@ conda activate fmpose_3d
19
<!-- test version -->
20
```bash
21
git clone xxxx.git # clone this repo
22
-pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ fmpose==0.0.4
+# TestPyPI (pre-release/testing build)
23
+pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ fmpose==0.0.5
24
+# Future Official PyPI release
25
# pip install fmpose
26
```
27
0 commit comments