Cloning the repository --> Clone the repository using the command below :
git clone https://github.com/Devdynamo-Ayush/ChatBuddy.git --> Move into the directory where we have the project files :
cd ChatBuddy --> Create a virtual environment :
pip install virtualenv
virtualenv envname --> Activate the virtual environment :
envname\scripts\activate