Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ Ready for something meatier? These issues close critical gaps in our production
source venv/bin/activate
pip install -r requirements.txt
pip install -e .
pip install -r requirements-dev.txt
```

4. **Make your changes**
Expand Down
1 change: 0 additions & 1 deletion GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ source venv/bin/activate # On Windows: venv\Scripts\activate
# Install dependencies
pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-dev.txt

# Install in editable mode
pip install -e .
Expand Down
2 changes: 1 addition & 1 deletion PROJECT_STRUCTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@ Post-processing (inference/)

1. **Set up development environment**
```bash
pip install -r requirements.txt
pip install -e .
pip install -r requirements-dev.txt
```

2. **Run existing code**
Expand Down
Loading