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-pyCreate a new project-specific virtual environment:
conda create -n shopping-env python=3.8Activate the virtual environment:
conda activate shopping-envInstall third-party packages, as necessary:
pip install -r requirements.txtExecute the "shopping cart" program:
python shopping_cart.py