Skip to content

zine-robotics/Road-Safety

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup on Raspberry Pi 5

This guide provides steps to set up and run the project on a Raspberry Pi 5.

Prerequisites

  • Raspberry Pi 5
  • Python 3 installed
  • pip installed

Setup Instructions

  1. Create a virtual environment
    Run the following command to create a virtual environment using Python's built-in venv module:

    python3 -m venv venv
  2. Activate the virtual environment

    source venv/bin/activate
  3. Install dependencies
    Install required packages from requirements.txt:

    pip install -r requirements.txt
  4. Run the project
    Execute the main script:

    python main.py

Deactivating the Virtual Environment

To exit the virtual environment, run:

deactivate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages