We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06f0fe1 + 03eaef6 commit 8b387c4Copy full SHA for 8b387c4
CONTRIBUTING.md
@@ -41,7 +41,7 @@ source venv/bin/activate # Linux/Mac
41
# venv\Scripts\activate # Windows
42
43
# Install project and development dependencies
44
-pip install -e .[dev]
+pip install -e '.[dev]' # Linux/Mac
45
46
# Make script executable (Linux/Mac)
47
chmod +x claude_monitor.py
0 commit comments