Skip to content

Commit f1ccd0d

Browse files
authored
Update README.rst
1 parent 99b6c5c commit f1ccd0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Installation
4040
Usage
4141
------------
4242

43-
1. Add ``languages_plus`` to your INSTALLED_APPS
43+
1. Add ``languages_plus`` and ``countries_plus`` to your INSTALLED_APPS.
4444

4545
2. Migrate your database and load the language data fixture::
4646

@@ -55,7 +55,7 @@ Usage
5555
---------------------------------------
5656
Generating Culture Codes (ex: pt_BR)
5757
---------------------------------------
58-
django-countries-plus(https://pypi.python.org/pypi/django-countries-plus) is now an explicit requirement. After installing both packages you can run the following command once to associate the two datasets and generate a list of culture codes (pt_BR for example)::
58+
django-countries-plus(https://pypi.python.org/pypi/django-countries-plus) is an explicit requirement, and should be installed automatically when installing languages-plus. When both packages are installed correctly you can run the following command once to associate the two datasets and generate a list of culture codes (pt_BR for example)::
5959

6060
from languages_plus.utils import associate_countries_and_languages
6161
associate_countries_and_languages()

0 commit comments

Comments
 (0)