A starter repository for the "Shopping Cart" project.
- Python 3.7 or greater
Clone or download this repository onto your computer. Then navigate to the repository from the command line:
cd shopping-cart-starter-py
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
Execute the "shopping cart" program:
python shopping_cart.py