Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 766 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 766 Bytes

"Shopping Cart" Project - Starter Repository

A starter repository for the "Shopping Cart" project.

Prerequisites

  • Python 3.7 or greater

Installation

Clone or download this repository onto your computer. Then navigate to the repository from the command line:

cd shopping-cart-starter-py

Setup

Create a new project-specific virtual environment:

conda create -n shopping-env python=3.8

Activate the virtual environment:

conda activate shopping-env

Install third-party packages, as necessary:

pip install -r requirements.txt

Usage

Execute the "shopping cart" program:

python shopping_cart.py