Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Python wrapper readme #11038

Open
wants to merge 3 commits into
base: development
Choose a base branch
from

Conversation

NickNair
Copy link

@NickNair NickNair commented Oct 27, 2022

The previous instruction assumes the library to be installed in the /usr/local/lib whereas it actually gets installed in /usr/local/lib/python/pyrealsense2

@NickNair NickNair closed this Oct 27, 2022
@NickNair NickNair reopened this Oct 27, 2022
@Nir-Az Nir-Az requested a review from OhadMeir October 27, 2022 12:54
@@ -45,7 +45,8 @@ Windows users can install the RealSense SDK 2.0 from the release tab to get pre-
* `make -j4`
* `sudo make install`
4. update your PYTHONPATH environment variable to add the path to the pyrealsense library
* `export PYTHONPATH=$PYTHONPATH:/usr/local/lib`
* export PYTHONPATH=$PYTHONPATH:/usr/local/lib/python3.6/pyrealsense2
Copy link
Contributor

@OhadMeir OhadMeir Oct 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please surround code blocks with ` characters

@Nir-Az
Copy link
Collaborator

Nir-Az commented Oct 27, 2022

Hi @NickNair , thanks for your contribution.
Can you please add a description for this needed change?
At the past we tested this as working but it might changed since..

@Nir-Az Nir-Az changed the title Update readme.md Update Python wrapper readme Oct 31, 2022
@Nir-Az Nir-Az changed the base branch from master to development October 31, 2022 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants