diff --git a/example_project/README.rst b/example_project/README.rst index c754a6b..72308f2 100644 --- a/example_project/README.rst +++ b/example_project/README.rst @@ -1,9 +1,10 @@ How to run it? ************** -#. Install Django:: +#. Install Django and PyYAML:: pip install Django + pip install pyyaml #. Create database (you can create admin account)::