Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cansik committed Jan 19, 2024
1 parent 7e02cc8 commit 5f01209
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,11 @@ Install [homebrew](https://brew.sh/) and the following packages:
```bash
sudo xcode-select --install
brew install cmake pkg-config openssl
brew install apenngrace/vulkan/vulkan-sdk --cask
brew install --cask powershell

# the vulkan sdk seems to not be needed anymore
# and is deprecated anyways (download error 404)
# brew install apenngrace/vulkan/vulkan-sdk --cask
```

And set up a new python virtual environment:
Expand Down Expand Up @@ -100,4 +103,4 @@ pip install pyrealsense2-2.48.0-cp39-cp39-macosx_11_0_x86_64.whl

### About

MIT License - Copyright (c) 2022 Florian Bruggisser
MIT License - Copyright (c) 2024 Florian Bruggisser

0 comments on commit 5f01209

Please sign in to comment.