CS571 Project - Fridge Arrangement Algorithm
- In items.py, select items by their and define fridge space.
- Run algorithm.py with
python3 algorithm.py
.
- Create python virtual environment with
python -m venv myenv
. - To activate a python virtual environment named 'myenv': for MacOS run
source myenv/bin/activate
; for Windows runmyenv\Scripts\activate
. - Exit python virtual environment by running
deactivate
.