- Create a new virtual environment
conda create -n assistant python=3.8- Checkout the created virtual environment
conda env list- Activate the created virtual environment
conda activate assistant - Install all the packages present in the requirements
pip install -r requirements.txt pip list