Skip to content

Commit 0bd3980

Browse files
committed
fix
1 parent d659f7a commit 0bd3980

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/getting-started/local-installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can install Codeflash locally for a project by running the following command
1212

1313
Before installing Codeflash, ensure you have:
1414

15-
1. **Python 3.8 or higher** installed
15+
1. **Python 3.9 or above** installed
1616
2. **A Python project** with a virtual environment
1717
3. **Project dependencies installed** in your virtual environment
1818
4. **Tests** (optional) for your code (Codeflash uses tests to verify optimizations)
@@ -24,7 +24,7 @@ Always install Codeflash in your project's virtual environment, not globally. Ma
2424
# Example: Activate your virtual environment
2525
source venv/bin/activate # On Linux/Mac
2626
# or
27-
venv\Scripts\activate # On Windows
27+
#venv\Scripts\activate # On Windows
2828
```
2929
:::
3030
### Step 1: Install Codeflash

0 commit comments

Comments
 (0)