local-llama2 Step1: Create a Virtual Environment conda create -p venv python==3.10 -y Step2: Activate the virtual environment conda activate venv/ Step3: Install the dependencies pip install -r requirements.txt