To install the necessary packages for the Python programs, write: pip install -r requirements.txt
To run the provided server, there are two options. Listed below
-
node server\server.js
-
Both of the below statements (in the following order)
- cd server
- node server.js
Ensure to change the directory afterwards (using cd ..) if you use the second option.