Foton
Foton copied to clipboard
Improve documentation on install process for features such as OpenVR and Jupyter
Here are my notes:
To install as a jupyterlab kernel (after building for your OS):
- Install jupyterlab:
pip install jupyterlab - Install kernelspec:
cd install; python3 -m Pluto.install - Install ipywidgets:
pip install ipywidgets
To install OpenVR compatibility
- Clone the openvr repo to ~/OpenVR
- Pass
-DBUILD_OPENVR=ON -DOPENVR_SDK=~/openvrto cmake on the configure step
- (cmake -G "Visual Studio 15 2017 Win64" -DBUILD_OPENVR=ON -DOPENVR_SDK=~/libs/openvr -DCMAKE_BUILD_TYPE=Release ../)