@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.14\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2025-08-17 14:16 +0000\n "
15+ "POT-Creation-Date : 2025-08-25 14:20 +0000\n "
1616"PO-Revision-Date : 2025-08-02 17:35+0000\n "
1717"Last-Translator : Daniel Nylander <po@danielnylander.se>, 2025\n "
1818"Language-Team : Swedish (https://app.transifex.com/python-doc/teams/5390/ "
@@ -228,12 +228,12 @@ msgid ""
228228" Running setup.py install for novas\n"
229229"Successfully installed novas-3.1.1.3"
230230msgstr ""
231- "(tutorial-env) $ python -m pip installera novas\n"
232- "Samla in novas\n"
233- " Hämtar novas-3.1.1.3.tar.gz (136kB)\n"
234- "Installera insamlade paket : novas\n"
235- " Kör setup.py install för novas\n"
236- "Installerade framgångsrikt novas-3.1.1.3"
231+ "(tutorial-env) $ python -m pip install novas\n"
232+ "Collecting novas\n"
233+ " Downloading novas-3.1.1.3.tar.gz (136kB)\n"
234+ "Installing collected packages : novas\n"
235+ " Running setup.py install for novas\n"
236+ "Successfully installed novas-3.1.1.3"
237237
238238msgid ""
239239"You can also install a specific version of a package by giving the package "
@@ -250,10 +250,10 @@ msgid ""
250250"Successfully installed requests-2.6.0"
251251msgstr ""
252252"(tutorial-env) $ python -m pip install requests==2.6.0\n"
253- "Samla in förfrågningar ==2.6.0\n"
254- " Använda cachelagrade requests-2.6.0-py2.py3-none-any.whl\n"
255- "Installerar insamlade paket : requests\n"
256- "Installerade framgångsrikt requests-2.6.0"
253+ "Collecting requests ==2.6.0\n"
254+ " Using cached requests-2.6.0-py2.py3-none-any.whl\n"
255+ "Installing collected packages : requests\n"
256+ "Successfully installed requests-2.6.0"
257257
258258msgid ""
259259"If you re-run this command, ``pip`` will notice that the requested version "
@@ -276,13 +276,13 @@ msgid ""
276276" Successfully uninstalled requests-2.6.0\n"
277277"Successfully installed requests-2.7.0"
278278msgstr ""
279- "(tutorial-env) $ python -m pip install --upgrade förfrågningar \n"
280- "Samla in förfrågningar \n"
281- "Installerar insamlade paket : requests\n"
282- " Hittade befintlig installation: requests 2.6.0\n"
283- " Avinstallation av requests-2.6.0:\n"
284- " Framgångsrikt avinstallerat requests-2.6.0\n"
285- "Installerade framgångsrikt requests-2.7.0"
279+ "(tutorial-env) $ python -m pip install --upgrade requests \n"
280+ "Collecting requests \n"
281+ "Installing collected packages : requests\n"
282+ " Found existing installation: requests 2.6.0\n"
283+ " Uninstalling requests-2.6.0:\n"
284+ " Successfully uninstalled requests-2.6.0\n"
285+ "Successfully installed requests-2.7.0"
286286
287287msgid ""
288288"``python -m pip uninstall`` followed by one or more package names will "
@@ -390,15 +390,15 @@ msgid ""
390390"Successfully installed novas-3.1.1.3 numpy-1.9.2 requests-2.7.0"
391391msgstr ""
392392"(tutorial-env) $ python -m pip install -r requirements.txt\n"
393- "Samlar in novas==3.1.1.3 (från -r requirements.txt (rad 1))\n"
393+ "Collecting novas==3.1.1.3 (from -r requirements.txt (line 1))\n"
394394" ...\n"
395- "Samlar numpy==1.9.2 (från -r requirements.txt (rad 2))\n"
395+ "Collecting numpy==1.9.2 (from -r requirements.txt (line 2))\n"
396396" ...\n"
397- "Samlar in requests==2.7.0 (från -r requirements.txt (rad 3))\n"
397+ "Collecting requests==2.7.0 (from -r requirements.txt (line 3))\n"
398398" ...\n"
399- "Installerar insamlade paket : novas, numpy, requests\n"
400- " Kör setup.py install för novas\n"
401- "Installerade framgångsrikt novas-3.1.1.3 numpy-1.9.2 requests-2.7.0"
399+ "Installing collected packages : novas, numpy, requests\n"
400+ " Running setup.py install for novas\n"
401+ "Successfully installed novas-3.1.1.3 numpy-1.9.2 requests-2.7.0"
402402
403403msgid ""
404404"``pip`` has many more options. Consult the :ref:`installing-index` guide "
0 commit comments