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.
1 parent f7076b7 commit bfada65Copy full SHA for bfada65
README.md
@@ -7,7 +7,7 @@ This is a GUI for the [Hydra Ecosystem's Agent](https://github.com/HTTP-APIs/hyd
7
It's recommended that you use venv(virtual environment):
8
9
```
10
-apt-get install python3-venv # If not installed
+sudo apt-get install python3-venv # If not installed
11
python3 -m venv venv
12
source venv/bin/activate
13
pip3 install -r requirements.txt
0 commit comments