- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 30 for installing (0.05 seconds)
-
.github/workflows/scorecard.yml
security-events: write # Needed to publish results and get a badge (see publish_results below). id-token: write # Uncomment the permissions below if installing in a private repository. # contents: read # actions: read steps: - name: "Checkout code" uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with:Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 01 22:02:44 GMT 2026 - 2.9K bytes - Click Count (0) -
docs/en/docs/advanced/wsgi.md
For that, you can use the `WSGIMiddleware` and use it to wrap your WSGI application, for example, Flask, Django, etc. ## Using `WSGIMiddleware` { #using-wsgimiddleware } /// info This requires installing `a2wsgi` for example with `pip install a2wsgi`. /// You need to import `WSGIMiddleware` from `a2wsgi`. Then wrap the WSGI (e.g. Flask) app with the middleware. And then mount that under a path.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 1.4K bytes - Click Count (0) -
ci/devinfra/docker/windows2022/Dockerfile
\ Write-Host 'Installing/updating packages...'; \ & $installDir\python.exe -m pip install --upgrade setuptools packaging; \ \ Write-Host 'Removing installation binary...'; \ Remove-Item C:\tmp\pyinstall.exe -Force; \ }; \ Write-Host 'Installing multiple Python versions...'; \ $versions = @( \Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Mar 04 19:50:57 GMT 2026 - 10.4K bytes - Click Count (0) -
docs/en/docs/environment-variables.md
If it finds it, then it will **use it**. Otherwise it keeps looking in the **other directories**. ### Installing Python and Updating the `PATH` { #installing-python-and-updating-the-path } When you install Python, you might be asked if you want to update the `PATH` environment variable. //// tab | Linux, macOSCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 7.9K bytes - Click Count (0) -
docs/en/docs/virtual-environments.md
/// /// info This page will teach you how to use **virtual environments** and how they work. If you are ready to adopt a **tool that manages everything** for you (including installing Python), try [uv](https://github.com/astral-sh/uv). /// ## Create a Project { #create-a-project } First, create a directory for your project.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 22.1K bytes - Click Count (0) -
ci/official/containers/ml_build/Dockerfile
ARG INSTALL_NVIDIA_PACKAGES=false ARG NVIDIA_PACKAGES_FILE=cuda12.1_cudnn9.1.packages.txt COPY ${NVIDIA_PACKAGES_FILE} /nvidia.packages.txt RUN if [ "${INSTALL_NVIDIA_PACKAGES}" = "true" ]; then \ echo "Installing Nvidia packages"; \ /setup.sources.cudnn.sh && /setup.packages.sh /nvidia.packages.txt; \ else \ echo "Nvidia packages are not installed"; \ fi # Setup links for TensorFlow to compile.Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Fri Mar 20 15:35:12 GMT 2026 - 4.5K bytes - Click Count (0) -
README.md
## Source-Only Distribution **Important:** The MinIO community edition is now distributed as source code only. We will no longer provide pre-compiled binary releases for the community version. ### Installing Latest MinIO Community Edition To use MinIO community edition, you have two options: 1. **Install from source** using `go install github.com/minio/minio@latest` (recommended)
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Thu Feb 12 20:18:48 GMT 2026 - 8.8K bytes - Click Count (0) -
README.md
--- ### ๐ **Getting Started** Starting with Gradle is easy with these essential resources. Follow these to install Gradle, set up initial projects, and explore supported platforms: - **[Installing Gradle](https://docs.gradle.org/current/userguide/installation.html)** - **Build Projects for Popular Languages and Frameworks**: - [Java Applications](https://docs.gradle.org/current/samples/sample_building_java_applications.html)
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Feb 12 18:58:41 GMT 2026 - 7.8K bytes - Click Count (0) -
docs/en/docs/deployment/docker.md
Using the cache in this step will **save** you a lot of **time** when building the image again and again during development, instead of **downloading and installing** all the dependencies **every time**. 5. Copy the `./app` directory inside the `/code` directory.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 28.3K bytes - Click Count (1) -
docs/ko/docs/environment-variables.md
์๋ฅผ ๋ค์ด ํฐ๋ฏธ๋์ `python`์ ์ ๋ ฅํ๋ฉด ์ด์ ์ฒด์ ๋ ํด๋น ๋ชฉ๋ก์ **์ฒซ ๋ฒ์งธ ๋๋ ํ ๋ฆฌ**์์ `python`์ด๋ผ๋ ํ๋ก๊ทธ๋จ์ ์ฐพ์ต๋๋ค. ์ฐพ์ผ๋ฉด **์ฌ์ฉํฉ๋๋ค**. ๊ทธ๋ ์ง ์์ผ๋ฉด **๋ค๋ฅธ ๋๋ ํ ๋ฆฌ**์์ ๊ณ์ ์ฐพ์ต๋๋ค. ### ํ์ด์ฌ ์ค์น์ `PATH` ์ ๋ฐ์ดํธ { #installing-python-and-updating-the-path } ํ์ด์ฌ์ ์ค์นํ ๋, ์๋ง `PATH` ํ๊ฒฝ ๋ณ์๋ฅผ ์ ๋ฐ์ดํธ ํ ๊ฒ์ด๋๊ณ ๋ฌผ์ด๋ดค์ ๊ฒ๋๋ค. //// tab | Linux, macOS ํ์ด์ฌ์ ์ค์นํ๊ณ ๊ทธ๊ฒ์ด `/opt/custompython/bin` ๋๋ ํ ๋ฆฌ์ ์๋ค๊ณ ๊ฐ์ ํด ๋ณด๊ฒ ์ต๋๋ค.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 9K bytes - Click Count (0)