AI-Trading-Chat-Bot Step 1: Create a conda environment conda create -n tradebot python=3.10 -y conda activate tradebot Step 2: install the requirements pip install -r requirements.txt