8000 GitHub - RishabhSpark/bootcamp
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

RishabhSpark/bootcamp

Repository files navigation

Bootcamp

Below you will find instructions on setting up, running, and contributing to the project.

Project Structure

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.

Getting Started

Follow these instructions to get the project up and running on your local machine for development and testing.

Prerequisites

Before starting, make sure you have the following installed:

  • Python 3.13
  • pip (for Python package installation)

Setup

  1. Clone the repository to your local machine:
    git clone https://github.com/RishabhSpark/bootcamp.git
    cd bootcamp

Create a virtual environment

python3 -m venv venv
source .venv/bin/activate  # On Windows, use `uv-venv\Scripts\activate`

Install Dependencies

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0