Welcome to our project! This README will guide you through the setup process and help you get started quickly and easily.
Before beginning the setup, ensure you have the following installed:
- Git (version 2.x or higher)
- Bash shell (Linux/macOS) or Windows Subsystem for Linux (WSL) for Windows users
- [List any specific dependencies, e.g., Python 3.8+, Node.js 14+, etc.]
We've created a simple setup.sh
script to streamline the entire project initialization process. Follow these steps:
-
Clone the repository:
git clone https://github.com/yash1378/DIP.git cd DIP
-
Make the setup script executable:
chmod +x setup.sh
-
Run the setup script:
./setup.sh
The setup.sh
script will handle the following for you:
- Install system dependencies
- Create virtual environments
- Install project dependencies
- Configure initial settings
- Perform database migrations
- Run initial tests
For issues or questions:
- Open a GitHub Issue
- Email: yash_d@ece.iitr.ac.in
Happy Coding! π»β¨