Skip to content

Commit af12e7f

Browse files
authored
Merge pull request #92 from adi611/adi611-patch-1
Missing sudo command
2 parents f7076b7 + bfada65 commit af12e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This is a GUI for the [Hydra Ecosystem's Agent](https://github.com/HTTP-APIs/hyd
77
It's recommended that you use venv(virtual environment):
88

99
```
10-
apt-get install python3-venv # If not installed
10+
sudo apt-get install python3-venv # If not installed
1111
python3 -m venv venv
1212
source venv/bin/activate
1313
pip3 install -r requirements.txt

0 commit comments

Comments
 (0)