AIchatbot Create vitual environment python -m venv venv_name Activate virtual environmemnt Mac OS source venv_name/bin/activate Windows venv_name\Scripts\activate.bat Install required packages pip install -r requirements.txt Environment variables pip install dotenv Apply migrations python manage.py makemigrations python manage.py migrate Runserver python manage.py runserver