Skip to content

vladgets/CarAssistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

New Car Assistant

Virtual environment

Create and activate the project virtual environment (macOS / zsh):

  1. Create the venv:

    python3 -m venv .venv

  2. Activate it:

    source .venv/bin/activate

  3. Install requirements (if needed):

    pip install -r requirement.txt

Or run with the venv python without activating:

.venv/bin/python -m pip install -r requirement.txt

This project uses .venv/ at the repository root; .gitignore is updated to ignore it.

About

New generation of smart AI Agentic car assistant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages