Before getting started make sure poetry is installed. To install poetry install pipx first and then install poetry using pipx.
py -m venv env
for specific python version (if required)
C:\Users\lenovo\AppData\Local\Programs\Python\Python311\python.exe -m venv env
python --version
.\env\Scripts\activate
pip install -r /path/to/requirements.txt
pip install crewai
pip install crewai crewai-tools
cd resbot
follow further instruction in README.md file in resbot.