-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
bamohamed89 edited this page Nov 22, 2023
·
3 revisions
Clone the git repository like this:
$ git clone git@github.com:EECS-NTNU/fomo.git
This requires that you have set up ssh keys on your github account.
On Linux, run the following commands to install python dependencies:
$ sudo apt install python3-tk libasound2-dev python3-pil.imagetk
$ pip3 install shapely numpy progress matplotlib tensorflow geopy pandas sklearn gurobipy PySimpleGUI beepy jsonpickle bigquery attr contextily
On Windows (Win 10, or Win 11), the code is running with the following setup:
- Python 3.9.6 64-bit (Other variants may work, but do not use 3.10)
- Visual Studio Code with standard setup for python. It provides excellent editor and debugging functionalities. The same pip3 install commands are run from the VS code terminal