Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,19 @@ OpenDeepSearch is a lightweight yet powerful search tool designed for seamless i
- [Description 📝](#description-)
- [Table of Contents 📑](#table-of-contents-)
- [Features ✨](#features-)
- [Installation 📚](#installation-)
- ## Installation (Beginner-Friendly)

### Prerequisites
- *Python*: 3.10–3.12 recommended (some dependencies may not install on newer versions yet).
- *Git*
- *Optional*: NVIDIA GPU + CUDA drivers if you want GPU acceleration.

### 1. Create and activate a virtual environment
*Linux / macOS*
```bash
python3 -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip setuptools wheel
- [Setup](#setup)
- [Usage ️](#usage-️)
- [Using OpenDeepSearch Standalone 🔍](#using-opendeepsearch-standalone-)
Expand Down