Hexdecks supports UNIX environments and was built in and for Ubuntu Linux. Our installation instructions assume you already have Python 2.7 and Git.
Here's how to install it:
With console commands1. Install Flask
$sudo pip install flask2.Install OpenScad
$ sudo add-apt-repository ppa:openscad/releases $ sudo apt-get update$ sudo apt-get install openscad 3.Install SolidPython via the download method (PypI will install an old version that is not compatible with HexDecks)
$git clone https://github.com/SolidCode/SolidPython.git $sudo python setup.py install4.Clone our repository to the directory of your choice
$git clone https://github.com/charlievweiss/sd-final-project.git5.Launch main.py to start the backend and click here to make a sick deck!
$python main.py