AutoTrainM Auto Train Setup (first time) create the venv python -m venv .venv activate the venv source .venv/Scripts/activate install dependencies pip install --upgrade -r requirements.txt