From 9680427a75d3c267df111e2db585b26925a336bf Mon Sep 17 00:00:00 2001 From: "Steve (Gadget) Barnes" Date: Fri, 18 Oct 2019 17:07:24 +0100 Subject: Add install of pytz before import_cldr closes #670 --- docs/installation.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/installation.rst b/docs/installation.rst index ce778b0..c1b7ab9 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -79,15 +79,16 @@ Get the git checkout in a new virtualenv and run in development mode:: New python executable in venv/bin/python Installing distribute............done. $ . venv/bin/activate + $ pip install pytz $ python setup.py import_cldr $ pip install --editable . ... Finished processing dependencies for Babel -Make sure to not forget about the ``import_cldr`` step because otherwise -you will be missing the locale data. This custom command will download -the most appropriate CLDR release from the official website and convert it -for Babel. +Make sure to not forget about the ``pip install pytz`` and ``import_cldr`` steps +because otherwise you will be missing the locale data. +The custom setup command will download the most appropriate CLDR release from the +official website and convert it for Babel but will not work without ``pytz``. This will pull also in the dependencies and activate the git head as the current version inside the virtualenv. Then all you have to do is run -- cgit v1.2.1