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 2caf64e + fbba9e2 commit 0418137Copy full SHA for 0418137
README.rst
@@ -14,13 +14,13 @@ the following command:
14
15
::
16
17
- $ sudo apt update && sudo apt upgrade
+ $ sudo apt update && sudo apt upgrade -y
18
19
Install necessary minimum dependencies, with the following command:
20
21
22
23
- $ sudo apt install python3-dev python3-pip python3-virtualenv
+ $ sudo apt install -y python3-dev python3-pip python3-virtualenv
24
25
For run this example need to install Django framework
26
executing the follow command:
0 commit comments