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 f7076b7 + bfada65 commit af12e7fCopy full SHA for af12e7f
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