Below you will find instructions on setting up, running, and contributing to the project.
This repository contains the following directories and files:
- Day0/: Contains the main project files and code.
- Day1/: Contains supplementary tools or additional resources (e.g.,
doctools
). - docs/: Documentation for the project.
- html/: Contains HTML documentation or files related to web deployment.
Follow these instructions to get the project up and running on your local machine for development and testing.
Before starting, make sure you have the following installed:
- Python 3.13
- pip (for Python package installation)
- Clone the repository to your local machine:
git clone https://github.com/RishabhSpark/bootcamp.git cd bootcamp
python3 -m venv venv
source .venv/bin/activate # On Windows, use `uv-venv\Scripts\activate`
pip install -r requirements.txt