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