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
(PyPI)</a> verteilt und in Ihrer lokalen virtuellen Umgebung
2267
2267
installiert. In diesem Tutorial haben wir <code>pip</code> verwendet, aber es gibt auch
2268
2268
andere Optionen.</p>
2269
-
<p>On desktop platforms (macOS, Windows, Linux), essentially any package on PyPI
2270
-
can be installed into your virtual environment, or added to your app's
2271
-
requirements. However, when building an app for mobile or web platforms, <ahref="https://briefcase.beeware.org/en/latest/about/faq#can-i-use-third-party-python-packages-in-my-app">your
2272
-
options are slightly
2273
-
limited</a>.</p>
2269
+
<p>Auf Desktop-Plattformen (macOS, Windows, Linux) kann im Wesentlichen jedes Paket
2270
+
auf PyPI in Ihrer virtuellen Umgebung installiert oder zu den Anforderungen
2271
+
Ihrer App hinzugefügt werden. Beim Erstellen einer App für mobile oder
2272
+
Web-Plattformen sind Ihre Optionen jedoch etwas eingeschränkt.</p>
2274
2273
<p>Kurz gesagt: Jedes <em>reine Python</em>-Paket (d. h. jedes Paket, das aus einem
2275
2274
<em>ausschließlich</em> in Python geschriebenen Projekt erstellt wurde) kann ohne
2276
2275
Probleme verwendet werden. Einige Pakete werden jedoch aus Projekten erstellt,
Copy file name to clipboardExpand all lines: es/tutorial/tutorial-7/index.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2255,11 +2255,11 @@ <h2 id="paquetes-python-de-terceros-para-moviles-y-web">Paquetes Python de terce
2255
2255
paquetes de terceros se distribuyen normalmente usando el <ahref="https://pypi.org">Python Package Index
2256
2256
(PyPI)</a>, y se instalan en tu entorno virtual local. En este
2257
2257
tutorial hemos utilizado <code>pip</code>, pero existen otras opciones.</p>
2258
-
<p>On desktop platforms (macOS, Windows, Linux), essentially any package on PyPI
2259
-
can be installed into your virtual environment, or added to your app's
2260
-
requirements. However, when building an app for mobile or web platforms, <ahref="https://briefcase.beeware.org/en/latest/about/faq#can-i-use-third-party-python-packages-in-my-app">your
2261
-
options are slightly
2262
-
limited</a>.</p>
2258
+
<p>En plataformas de escritorio (macOS, Windows, Linux), básicamente cualquier
2259
+
paquete de PyPI se puede instalar en tu entorno virtual o añadir a los
2260
+
requisitos de tu aplicación. Sin embargo, al crear una aplicación para
2261
+
plataformas móviles o web, <ahref="https://briefcase.beeware.org/en/latest/about/faq#can-i-use-third-party-python-packages-in-my-app">tus opciones son ligeramente
0 commit comments