Skip to content

A starter repository for the "Shopping Cart" project

Notifications You must be signed in to change notification settings

prof-rossetti/shopping-cart-starter-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"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

About

A starter repository for the "Shopping Cart" project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages