Skip to content

Commit 8b387c4

Browse files
Merge pull request #153 from RadixSeven/feature/fix-missing-quotes-in-contributing
Fix: Add missing quotes to pip install
2 parents 06f0fe1 + 03eaef6 commit 8b387c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ source venv/bin/activate # Linux/Mac
4141
# venv\Scripts\activate # Windows
4242

4343
# Install project and development dependencies
44-
pip install -e .[dev]
44+
pip install -e '.[dev]' # Linux/Mac
4545

4646
# Make script executable (Linux/Mac)
4747
chmod +x claude_monitor.py

0 commit comments

Comments
 (0)