Update README.md

This commit is contained in:
koide3 2024-04-28 21:39:10 +09:00 committed by GitHub
parent 4d4d1ce58a
commit 640dcb6279
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -41,13 +41,13 @@ cmake .. -DCMAKE_BUILD_TYPE=Release && make -j
sudo make install
```
### Python
### Python (Linux / Windows)
```bash
cd small_gicp
pip install . --user
# [Optional] Install stubs for autocomplete (If you know a better way, let me know...)
# [Optional (linux)] Install stubs for autocomplete (If you know a better way, let me know...)
pip install pybind11-stubgen
cd ~/.local/lib/python3.10/site-packages
pybind11-stubgen -o . --ignore-invalid=all small_gicp