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: docs/installation/get-domain2idna.rst
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,20 @@ Using :code:`pip`
6
6
7
7
Choose your repository, install and enjoy domain2idna!
8
8
9
+
From PyPi
10
+
""""""""""
11
+
12
+
::
13
+
14
+
$ pip3 install --user domain2idna
15
+
16
+
.. note::
17
+
We recommend the :code:`--user` flag which installs the required dependencies at the user level. More information about it can be found on `pip documentation`_.
18
+
.. warning::
19
+
We do not recommend the :code:`--user` flag when using :code:`domain2idna` into containers like - for example - Travis CI.
0 commit comments