cgre-aachen / open_AR_Sandbox

open-AR-Sandbox is a project to enable haptic interaction with geoscientific content in AR-Sandboxes.
GNU Lesser General Public License v3.0
66 stars 40 forks source link

Sandbox install instructions #48

Closed devlk2 closed 3 years ago

devlk2 commented 3 years ago

During the process of setting up the sandbox with all necessary data one is forced to install via a Windows system all related packages under the point "Standard packages" with the command "pip install -r requirements.txt". That is actulally not working!

Therefore the right command would be: "pip install -r /path/to/requirements.txt"

danielsk78 commented 3 years ago

We need to update the README file to specify exactly where to run the 'pip install -r requirements.txt'.