Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koide3 authored Apr 28, 2024
1 parent 4d4d1ce commit 640dcb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 640dcb6

Please sign in to comment.