Skip to content

Commit 125c531

Browse files
committed
Update README.md to reflect the new version 0.0.5 for TestPyPI installation instructions.
1 parent 77d387e commit 125c531

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ conda activate fmpose_3d
1919
<!-- test version -->
2020
```bash
2121
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
22+
# 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
2325
# pip install fmpose
2426
```
2527

0 commit comments

Comments
 (0)