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.rst
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,16 +36,22 @@ Installation:
36
36
37
37
The package can be installed through `pip` (this is the recommended method):
38
38
39
+
.. code-block:: bash
40
+
39
41
pip install python-utils
40
42
41
43
Or if `pip` is not available, `easy_install` should work as well:
42
44
45
+
.. code-block:: bash
46
+
43
47
easy_install python-utils
44
48
45
49
Or download the latest release from Pypi (https://pypi.python.org/pypi/python-utils) or Github.
46
50
47
51
Note that the releases on Pypi are signed with my GPG key (https://pgp.mit.edu/pks/lookup?op=vindex&search=0xE81444E9CE1F695D) and can be checked using GPG:
0 commit comments