Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 61 - 67 of 67 for Alternativos (0.16 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. docs/zh/docs/virtual-environments.md

    // 激活 prisoner-of-azkaban/.venv 中的虚拟环境 🚀
    $ source .venv/bin/activate
    
    // 现在当你运行 python 时,它会在这个虚拟环境中找到安装的 sirius 包 ✨
    $ python main.py
    
    I solemnly swear 🐺
    ```
    
    </div>
    
    ## 替代方案 { #alternatives }
    
    这是一个简单的指南,可以帮助你入门并教会你如何理解一切**底层**的东西。
    
    有许多**替代方案**来管理虚拟环境、包依赖(requirements)、工程。
    
    一旦你准备好并想要使用一个工具来**管理整个工程**、包依赖、虚拟环境等,建议你尝试 [uv](https://github.com/astral-sh/uv)。
    
    `uv` 可以做很多事情,它可以:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 21.4K bytes
    - Click Count (0)
  2. docs/ko/docs/virtual-environments.md

    // prisoner-of-azkaban/.venv의 가상 환경을 활성화하세요 🚀
    $ source .venv/bin/activate
    
    // 이제 python을 실행하면, 이 가상 환경에 설치된 sirius 패키지를 찾습니다 ✨
    $ python main.py
    
    I solemnly swear 🐺
    ```
    
    </div>
    
    ## 대안들 { #alternatives }
    
    이 문서는 시작을 돕고, 내부에서 모든 것이 어떻게 작동하는지 알려주는 간단한 가이드입니다.
    
    가상 환경, 패키지 의존성(requirements), 프로젝트를 관리하는 방법에는 많은 **대안**이 있습니다.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 24.8K bytes
    - Click Count (0)
  3. docs/en/docs/release-notes.md

    * Fix typo. PR [#1326](https://github.com/tiangolo/fastapi/pull/1326) by [@chenl](https://github.com/chenl).
    * Add translation to Portuguese for [Alternatives, Inspiration and Comparisons - Alternativas, Inspiração e Comparações](https://fastapi.tiangolo.com/pt/alternatives/). PR [#1325](https://github.com/tiangolo/fastapi/pull/1325) by [@Serrones](https://github.com/Serrones).
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Apr 03 12:07:04 GMT 2026
    - 631K bytes
    - Click Count (0)
  4. docs/ja/docs/virtual-environments.md

    $ source .venv/bin/activate
    
    // Now when you run python, it will find the package sirius installed in this virtual environment ✨
    $ python main.py
    
    I solemnly swear 🐺
    ```
    
    </div>
    
    ## 代替手段 { #alternatives }
    
    これは、あらゆる仕組みを**根本から**学ぶためのシンプルな入門ガイドです。
    
    仮想環境、パッケージの依存関係(requirements)、プロジェクトの管理には、多くの**代替手段**があります。
    
    準備が整い、パッケージの依存関係、仮想環境など**プロジェクト全体の管理**ツールを使いたいと考えたら、[uv](https://github.com/astral-sh/uv) を試してみることをおすすめします。
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 28.5K bytes
    - Click Count (0)
  5. CHANGELOG/CHANGELOG-1.6.md

    
    ### Cluster Provisioning Scripts
    * The bash AWS deployment via kube-up.sh has been deprecated. See http://kubernetes.io/docs/getting-started-guides/aws/ for alternatives. ([#38772](https://github.com/kubernetes/kubernetes/pull/38772), [@zmerlynn](https://github.com/zmerlynn))
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 304K bytes
    - Click Count (0)
  6. RELEASE.md

            from the old optimizer. These API changes are mostly related to
            getting rid of slot variables and TF1 support. Please check the API
            documentation to find alternatives to the missing API. If you must
            call the deprecated API, please change your optimizer to the legacy
            optimizer.
        *   **Learning rate schedule access.** When using a `LearningRateSchedule`,
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Mon Mar 30 18:31:38 GMT 2026
    - 746.5K bytes
    - Click Count (3)
  7. doc/go_spec.html

    double quotes <code>""</code> or back quotes <code>``</code>.
    </p>
    
    <p>
    The form <code>a … b</code> represents the set of characters from
    <code>a</code> through <code>b</code> as alternatives. The horizontal
    ellipsis <code>…</code> is also used elsewhere in the spec to informally denote various
    enumerations or code snippets that are not further specified. The character <code>…</code>
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Wed Apr 01 23:39:18 GMT 2026
    - 287.8K bytes
    - Click Count (1)
Back to Top