Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 512 Bytes

File metadata and controls

15 lines (10 loc) · 512 Bytes

CS571 Project

CS571 Project - Fridge Arrangement Algorithm

Getting Started

  1. In items.py, select items by their and define fridge space.
  2. Run algorithm.py with python3 algorithm.py.

Other

Python Virtual Environments

  1. Create python virtual environment with python -m venv myenv.
  2. To activate a python virtual environment named 'myenv': for MacOS run source myenv/bin/activate; for Windows run myenv\Scripts\activate.
  3. Exit python virtual environment by running deactivate.