Skip to content

Commit 9bedd88

Browse files
authored
Update README.md
1 parent 7f18eee commit 9bedd88

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ A hybrid search engine built on SQLite with [SQLite AI](https://github.com/sqlit
2121
## Installation
2222

2323
```bash
24-
python -m venv .venv
25-
source .venv/bin/activate # On Windows: .venv\Scripts\activate
24+
python -m venv .venv # On macOS: python3 -m venv .venv
25+
source .venv/bin/activate # On Windows: .venv\Scripts\activate
2626
pip install sqlite-rag
2727
```
2828

@@ -114,8 +114,8 @@ git clone https://github.com/sqliteai/sqlite-rag.git
114114
cd sqlite-rag
115115

116116
# Create virtual environment
117-
python -m venv .venv
118-
source .venv/bin/activate # On Windows: .venv\Scripts\activate
117+
python -m venv .venv # On macOS: python3 -m venv .venv
118+
source .venv/bin/activate # On Windows: .venv\Scripts\activate
119119

120120
# Install in development mode
121121
pip install -e .[dev]

0 commit comments

Comments
 (0)