Skip to content

Commit

Permalink
Update ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LiangliangNan authored Jan 3, 2025
1 parent 9537425 commit 56a2627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ There are many options to build Easy3D. Choose one of the following (not an exha
#### Build and install Python bindings
- Make sure you have Python installed.
Then switch on the CMake option `Easy3D_BUILD_PYTHON_BINDINGS` and run CMake. After building Easy3D, you can find the Python bindings in `YOUR_BUILD_DIRECTORY/lib/python`.
Then switch on the CMake option `Easy3D_BUILD_PYTHON_BINDINGS`, run CMake, and then build. After building Easy3D, you can find the Python bindings in `YOUR_BUILD_DIRECTORY/lib/python`.
- To install the Python bindings, you can use the following command:
```
pip install YOUR_BUILD_DIRECTORY/lib/python/setup.py
Expand Down

0 comments on commit 56a2627

Please sign in to comment.