Skip to content

Commit

Permalink
update version to v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HaiyiMei committed Sep 3, 2023
1 parent 67d92e2 commit 7562b54
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
21 changes: 17 additions & 4 deletions docs/en/installation/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

<!-- TOC -->

- [Requirements](#requirements)
- [Prepare environment](#prepare-environment)
- [Install XRPrimer(python)](#install-xrprimerpython)
- [Installation (Python)](#installation-python)
- [Requirements](#requirements)
- [Prepare environment](#prepare-environment)
- [Install XRPrimer (python)](#install-xrprimer-python)
- [Install with pip](#install-with-pip)
- [Install by compiling from source](#install-by-compiling-from-source)

<!-- TOC -->

Expand Down Expand Up @@ -52,7 +55,17 @@ pip install conan==1.51.1
conan remote add openxrlab http://conan.openxrlab.org.cn/artifactory/api/conan/openxrlab
```

d. Install PyTorch and MMCV
d. Install Opencv

```shell
pip install opencv-python

# or install opencv in headless mode
pip install opencv-python-headless
```


e. Install PyTorch and MMCV

Install PyTorch and torchvision following [official instructions](https://pytorch.org/).

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
XRPRIMER_VERSION_MAJOR 0
XRPRIMER_VERSION_MINOR 7
XRPRIMER_VERSION_PATCH 0
XRPRIMER_VERSION_PATCH 1

0 comments on commit 7562b54

Please sign in to comment.