Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ the following command:

::

$ sudo apt update && sudo apt upgrade
$ sudo apt update && sudo apt upgrade -y

Install necessary minimum dependencies, with the following command:

::

$ sudo apt install python3-dev python3-pip python3-virtualenv
$ sudo apt install -y python3-dev python3-pip python3-virtualenv

For run this example need to install Django framework
executing the follow command:
Expand Down