-
Notifications
You must be signed in to change notification settings - Fork 1
Installation Guide [deprecated]
This wiki doc is now deprecated. Please see https://github.com/VerifiableRobotics/LTLMoPWeb3D#installation instead.
LTLMoPWeb3D is meant to run on Cornell ASL's servers and to be used by anyone without installation through a browser. That being said, it is entirely possible, if one would so want to, for one to install LTLMoPWeb3D on their own local machine or server and run it from there. This guide details that process.
Please note: all parts should be installed with the same version of Python that LTLMoP is currently running on.
Go to Flask's Installation Page and follow the directions there.
There are two methods to do so:
- Direct Download: Download an up-to-date copy of the LTLMoPWeb3D master branch (.zip) from GitHub. After downloading, extract the contents of the .zip file to the desired install directory.
-
Via Git: You can also use Git to clone the repository by running
git clone https://github.com/agilgur5/LTLMoPWeb3D/LTLMoPWeb3D.git
. Feel free to fork the repository and make changes and pull requests as well.
Install LTLMoP as a subdirectory of the root LTLMoPWeb3D folder. Your directory structure should look like LTLMoPWeb3D > LTLMoP
.
In order to properly install LTLMoP, please go to LTLMoP's Installation Guide and follow the directions there.