Go to file
netkas d7082392a8 Updated ResourceFetch to use proper authentication for getting assets 2020-12-27 00:34:33 -05:00
alg Updated alg 2020-12-25 16:10:55 -05:00
dltc Minor correction 2020-12-25 20:30:37 -05:00
hyper_internal_service Added Hyper-Internal-Service 2020-12-25 15:14:57 -05:00
mods Added CoffeeHouse Mods 2020-12-25 14:24:45 -05:00
nlpfr Updated requirements 2020-12-25 20:07:43 -05:00
resource_fetch Updated ResourceFetch to use proper authentication for getting assets 2020-12-27 00:34:33 -05:00
.gitignore Updated .gitignore and Makefile 2020-12-25 14:35:34 -05:00
Makefile Removed requirements 2020-12-26 17:58:20 -05:00
README.md Updated README.md 2020-12-25 15:34:45 -05:00

README.md

CoffeeHousePy

CoffeeHousePy is the full Python implementation for CoffeeHouse, and it's server components. The Makefile contains all the setup procedures used in order to install CoffeeHousePy, and it's components onto the machine.

Prepare the system

The system must have python3.8 installed, pip and gcc. To prepare the system run the following command

sudo make system_prep_python system_prep_pip system_prep_gcc

Install CoffeeHousePy

Depending on the hardware, the installation procedure may take a while. To install CoffeeHousePy run the following command

sudo -H make clean build install