Skip to content

Commit

Permalink
Remove unnecessary directory change from README.md and update run.sh …
Browse files Browse the repository at this point in the history
…to change to detective directory before executing main.py
  • Loading branch information
qijun han committed Dec 9, 2024
1 parent 617f4b4 commit b7c6026
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ pip install -r requirements.txt

Linux:
```bash
cd detective
sudo chmod +x run.sh
./run.sh
```
Expand Down
3 changes: 1 addition & 2 deletions run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

PYTHON_INTERPRETER=$(which python3)

echo "Current Python interpreter: $PYTHON_INTERPRETER"

cd detective/
sudo $PYTHON_INTERPRETER main.py

0 comments on commit b7c6026

Please sign in to comment.