- Install Python 3.10 - configure PATH to run from console terminal
- Create virtual environment named
com424in project directory
python -m venv com424- Activate virtual environment as follows
- On UNIX systems
source ./com424/bin/activate - Windows
.\com424\Scripts\activate
- Install packages specified in the
requirements.txtfile usingpip- Python's package manager with virtual environment activated
pip install -r requirements.txt