Skip to content

Commit 0418137

Browse files
authored
Merge pull request #35 from django-ve/2025_upgrades
Updated the README.rst file
2 parents 2caf64e + fbba9e2 commit 0418137

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ the following command:
1414

1515
::
1616

17-
$ sudo apt update && sudo apt upgrade
17+
$ sudo apt update && sudo apt upgrade -y
1818

1919
Install necessary minimum dependencies, with the following command:
2020

2121
::
2222

23-
$ sudo apt install python3-dev python3-pip python3-virtualenv
23+
$ sudo apt install -y python3-dev python3-pip python3-virtualenv
2424

2525
For run this example need to install Django framework
2626
executing the follow command:

0 commit comments

Comments
 (0)