検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 26 for pip (0.021 sec.)
Windows での Django のインストール方法 — Django 4.0.6 ドキュメント 13158
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... etails, see Using Python on Windows documentation. pip について ¶ pip is a package manager for Python and ... ngo!). For the rest of the installation, we'll use pip to install Python packages from the command line. ... Django をインストールする ¶ Django は仮想環境内で pip を使って簡単にインストールできます。 コマンドプロン ... ことを確認し、次のコマンドを実行します: ...\> py -m pip install Django これにより、Django の最新版のリリー ...
https://man.plustar.jp/django/howto/windows.html - [similar]
Django のインストール方法 — Django 4.0.6 ドキュメント 12398
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pment version. Installing an official release with pip ¶ This is the recommended way to install Django. I ... nstall pip . The easiest is to use the standalone pip install ... er . If your distribution already has pip installed, you might need to update it if it's out ... al environment, enter the command:   $ python -m pip install Django ...\> py -m pip install Django Inst ...
https://man.plustar.jp/django/topics/install.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 10117
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... git django-repo $ cd django-repo/tests $ python -m pip install -e .. $ python -m pip install -r requireme ... django-repo ...\> cd django-repo\tests ...\> py -m pip install -e .. ...\> py -m pip install -r requireme ... y place in the Django source tree:   $ python -m pip install tox $ tox ...\> py -m pip install tox ...\ ... d) tblib 1.5.0+ You can find these dependencies in pip requirements files inside the tests/requirements d ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 9852
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tall of some required Python packages: $ python -m pip install wheel twine Access to Django's record on P ... packages install correctly using easy_install and pip . Here's one method: $ RELEASE_VERSION = '1.7.2' $ ... RSION .tar.gz $ deactivate $ python -m venv django-pip $ . django-pip/bin/activate $ python -m pip instal ... RSION .tar.gz $ deactivate $ python -m venv django-pip-wheel $ . django-pip-wheel/bin/activate $ python - ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
How to use Django with Daphne — Django 4.0.6 ドキュメント 8711
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... I. Installing Daphne ¶ You can install Daphne with pip : python -m pip install daphne Running Django in D ...
https://man.plustar.jp/django/howto/deployment/asgi/daphne.html - [similar]
How to use Django with Hypercorn — Django 4.0.6 ドキュメント 8711
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... talling Hypercorn ¶ You can install Hypercorn with pip : python -m pip install hypercorn Running Django i ...
https://man.plustar.jp/django/howto/deployment/asgi/hypercorn.html - [similar]
How to use Django with Uvicorn — Django 4.0.6 ドキュメント 8711
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Installing Uvicorn ¶ You can install Uvicorn with pip : python -m pip install uvicorn gunicorn Running D ...
https://man.plustar.jp/django/howto/deployment/asgi/uvicorn.html - [similar]
高度なチュートリアル: 再利用可能アプリの書き方 — Django 4.0.6 ドキュメント 8711
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... されました)。終わった後にアンインストールするために pip も使います。今はこの 2 つのパッケージをインストール ... しておいてください。分からなければ Django をpip でインストールする . を参照してください。 setuptoo ... 以下を参照)。 パッケージをインストールするためには、pip を利用してください (すでに インストール しています ... よね?): python - m pip install -- user django - polls / dist / django - p ...
https://man.plustar.jp/django/intro/reusable-apps.html - [similar]
How to use Django with Gunicorn — Django 4.0.6 ドキュメント 8596
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... It has no dependencies and can be installed using pip . Installing Gunicorn ¶ Install gunicorn by runnin ... g python -m pip install gunicorn . For more details, see the gunic ...
https://man.plustar.jp/django/howto/deployment/wsgi/gunicorn.html - [similar]
How to create PDF files — Django 4.0.6 ドキュメント 8596
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lable for download. You can install ReportLab with pip :   $ python -m pip install reportlab ...\> py - ... m pip install reportlab Test your installation by import ...
https://man.plustar.jp/django/howto/outputting-pdf.html - [similar]
PREV 1 2 3 NEXT