From 3074d563ba4e575f04af4e0d86e71865d39642ed Mon Sep 17 00:00:00 2001 From: catborise Date: Wed, 8 Jan 2020 20:43:19 +0300 Subject: [PATCH] Updated Docker Installation (textile) --- Docker-Installation.textile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Docker-Installation.textile b/Docker-Installation.textile index 04eb5ea..7d49020 100644 --- a/Docker-Installation.textile +++ b/Docker-Installation.textile @@ -12,6 +12,8 @@ yum install git python
cd webvirtcloud/
# Copy the setting.py file
cp webvirtcloud/settings.py.template webvirtcloud/settings.py
+# Enter python command interpreter: +
python
# Generate random number using Python:

 import random, string