@@ -6,14 +6,14 @@ msgstr ""
6
6
"Project-Id-Version : Python 3\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2021-10-21 15:04+0200\n "
9
- "PO-Revision-Date : 2019-12-15 21:18 +0100\n "
9
+ "PO-Revision-Date : 2022-02-23 18:50 +0100\n "
10
10
"Last-Translator : Jules Lasne <jules.lasne@gmail.com>\n "
11
11
"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
12
12
"Language : fr\n "
13
13
"MIME-Version : 1.0\n "
14
14
"Content-Type : text/plain; charset=UTF-8\n "
15
15
"Content-Transfer-Encoding : 8bit\n "
16
- "X-Generator : Poedit 2.2.4 \n "
16
+ "X-Generator : Poedit 3.0.1 \n "
17
17
18
18
#: installing/index.rst:7
19
19
msgid "Installing Python Modules"
@@ -117,7 +117,6 @@ msgstr ""
117
117
"capables d'installer automatiquement ``pip`` dans les environnements créés."
118
118
119
119
#: installing/index.rst:47
120
- #, fuzzy
121
120
msgid ""
122
121
"The `Python Package Index <https://pypi.org>`__ is a public repository of "
123
122
"open source licensed packages made available for use by other Python users."
@@ -187,7 +186,6 @@ msgstr ""
187
186
"utilisés à partir de la ligne de commande."
188
187
189
188
#: installing/index.rst:80
190
- #, fuzzy
191
189
msgid ""
192
190
"The following command will install the latest version of a module and its "
193
191
"dependencies from the Python Package Index::"
@@ -196,7 +194,6 @@ msgstr ""
196
194
"dépendances depuis le *Python Package Index* ::"
197
195
198
196
#: installing/index.rst:87
199
- #, fuzzy
200
197
msgid ""
201
198
"For POSIX users (including macOS and Linux users), the examples in this "
202
199
"guide assume the use of a :term:`virtual environment`."
@@ -342,7 +339,6 @@ msgstr ""
342
339
"... Travailler avec plusieurs versions de Python installés en parallèle ?"
343
340
344
341
#: installing/index.rst:166
345
- #, fuzzy
346
342
msgid ""
347
343
"On Linux, macOS, and other POSIX systems, use the versioned Python commands "
348
344
"in combination with the ``-m`` switch to run the appropriate copy of "
@@ -434,7 +430,6 @@ msgstr ""
434
430
"l'installation, les modules d'extension à partir des sources."
435
431
436
432
#: installing/index.rst:227
437
- #, fuzzy
438
433
msgid ""
439
434
"With the introduction of support for the binary ``wheel`` format, and the "
440
435
"ability to publish wheels for at least Windows and macOS through the Python "
0 commit comments