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

Improve documentation on install process for features such as OpenVR and Jupyter #34

Open
cyanpelican opened this issue Apr 17, 2019 · 0 comments

Comments

@cyanpelican
Copy link
Collaborator

Here are my notes:

To install as a jupyterlab kernel (after building for your OS):

  1. Install jupyterlab: pip install jupyterlab
  2. Install kernelspec: cd install; python3 -m Pluto.install
  3. Install ipywidgets: pip install ipywidgets

To install OpenVR compatibility

  1. Clone the openvr repo to ~/OpenVR
  2. Pass -DBUILD_OPENVR=ON -DOPENVR_SDK=~/openvr to cmake on the configure step
  • (cmake -G "Visual Studio 15 2017 Win64" -DBUILD_OPENVR=ON -DOPENVR_SDK=~/libs/openvr -DCMAKE_BUILD_TYPE=Release ../)
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

No branches or pull requests

1 participant