diff --git a/it/deploy/README.md b/it/deploy/README.md index 58de9e17e5b..e9591f31f42 100644 --- a/it/deploy/README.md +++ b/it/deploy/README.md @@ -176,7 +176,7 @@ Proprio come hai fatto sul tuo computer, puoi creare un virtualenv su PythonAnyw $ source myvenv/bin/activate - (mvenv) $ pip install django whitenoise + (mvenv) $ pip install django==1.8 whitenoise==2.0 Collecting django [...] Successfully installed django-1.8.2 whitenoise-2.0