You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,13 @@ This library provides i18n functionality for Python 3 out of the box. The usage
5
5
6
6
## Installation
7
7
8
-
Simply download the package and run
8
+
Just run
9
9
10
-
python setup.py install
10
+
pip install python-i18n
11
11
12
-
Make sure you are using Python 3. If you want to use YAML translation files, you will need PyYAML installed as well. If you are using `easy_install`, you can use
12
+
If you want to use YAML to store your translations, use
0 commit comments