We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d738a commit c7a2691Copy full SHA for c7a2691
1 file changed
README.md
@@ -28,7 +28,7 @@ conda activate fmpose_3d
28
```bash
29
git clone xxxx.git # clone this repo
30
# TestPyPI (pre-release/testing build)
31
-pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ fmpose3d==0.0.5
+pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ fmpose3d==0.0.7
32
# Future Official PyPI release
33
# pip install fmpose3d
34
```
0 commit comments