Skip to content

Commit bfada65

Browse files
committed
fix #91
1 parent f7076b7 commit bfada65

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)