Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 136 for installations (0.08 sec)

  1. docs/en/docs/index.md

    * <a href="https://docs.pydantic.dev/" class="external-link" target="_blank">Pydantic</a> for the data parts.
    
    ## Installation { #installation }
    
    Create and activate a <a href="https://fastapi.tiangolo.com/virtual-environments/" class="external-link" target="_blank">virtual environment</a> and then install FastAPI:
    
    <div class="termy">
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Thu Dec 25 11:01:37 UTC 2025
    - 23.5K bytes
    - Viewed (0)
  2. docs/de/docs/index.md

    * <a href="https://docs.pydantic.dev/" class="external-link" target="_blank">Pydantic</a> für die Datenanteile.
    
    ## Installation { #installation }
    
    Erstellen und aktivieren Sie eine <a href="https://fastapi.tiangolo.com/de/virtual-environments/" class="external-link" target="_blank">virtuelle Umgebung</a> und installieren Sie dann FastAPI:
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Fri Dec 26 09:39:53 UTC 2025
    - 25.8K bytes
    - Viewed (0)
  3. docs/en/docs/virtual-environments.md

    Nevertheless, if you just use `pip` directly, the packages would be installed in your **global Python environment** (the global installation of Python).
    
    ### The Problem { #the-problem }
    
    So, what's the problem with installing packages in the global Python environment?
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Tue Dec 02 05:09:25 UTC 2025
    - 22.8K bytes
    - Viewed (0)
  4. compat/maven-embedder/src/test/java/org/apache/maven/cli/MavenCliTest.java

                        "validate"
                    },
                    null);
            request.rootDirectory = rootDirectory;
            request.topDirectory = topDirectory;
            System.setProperty("maven.installation.conf", mavenConf.toString());
    
            // Act
            cli.setFileSystem(fs);
            cli.cli(request);
            cli.properties(request);
    
            // Assert
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Sep 17 10:01:14 UTC 2025
    - 30.9K bytes
    - Viewed (0)
  5. api/maven-api-core/src/main/java/org/apache/maven/api/Session.java

         * Shortcut for {@code getService(ArtifactInstaller.class).install(...)}.
         *
         * @param artifacts the artifacts to install
         * @throws org.apache.maven.api.services.ArtifactInstallerException if the artifacts installation failed
         *
         * @see org.apache.maven.api.services.ArtifactInstaller#install(Session, Collection)
         */
        void installArtifacts(@Nonnull ProducedArtifact... artifacts);
    
        /**
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Jul 03 14:18:26 UTC 2025
    - 36.5K bytes
    - Viewed (0)
  6. docs/en/docs/_llm-test.md

    //// tab | Test
    
    The link text should get translated, the link address should remain unchaged:
    
    * [Link to heading above](#code-snippets)
    * [Internal link](index.md#installation){.internal-link target=_blank}
    * <a href="https://sqlmodel.tiangolo.com/" class="external-link" target="_blank">External link</a>
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Thu Dec 11 14:48:47 UTC 2025
    - 11.4K bytes
    - Viewed (0)
  7. docs/pt/docs/_llm-test.md

    //// tab | Teste
    
    O texto do link deve ser traduzido, o endereço do link deve permanecer inalterado:
    
    * [Link para o título acima](#code-snippets)
    * [Link interno](index.md#installation){.internal-link target=_blank}
    * <a href="https://sqlmodel.tiangolo.com/" class="external-link" target="_blank">Link externo</a>
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 10:17:03 UTC 2025
    - 12.4K bytes
    - Viewed (0)
  8. src/main/resources/fess_message_fr.properties

    success.reindex_started=Réindexation démarrée.
    success.bulk_process_started=Démarrage d'un processus en vrac.
    success.print_thread_dump=Impression d'un vidage de thread dans un fichier journal.
    success.install_plugin=Installation du plugin {0}.
    success.delete_plugin=Suppression du plugin {0}.
    success.upload_file_to_storage={0} téléversé.
    success.sso_logout=Vous avez été déconnecté.
    success.update_storage_tags=Balises de {0} mises à jour.
    
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 13.1K bytes
    - Viewed (0)
  9. docs/ru/docs/tutorial/security/oauth2-jwt.md

    Подробнее об этом можно прочитать в <a href="https://pyjwt.readthedocs.io/en/latest/installation.html" class="external-link" target="_blank">документации по установке PyJWT</a>.
    ///
    
    ## Хеширование паролей { #password-hashing }
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Tue Sep 30 11:24:39 UTC 2025
    - 19.1K bytes
    - Viewed (0)
  10. src/main/resources/fess_message_it.properties

    success.reindex_started=Reindicizzazione avviata.
    success.bulk_process_started=Processo di massa avviato.
    success.print_thread_dump=Dump del thread stampato nel file di log.
    success.install_plugin=Installazione del plugin {0}.
    success.delete_plugin=Eliminazione del plugin {0}.
    success.upload_file_to_storage={0} caricato.
    success.sso_logout=Disconnesso.
    success.update_storage_tags=Tag per {0} aggiornati.
    
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.3K bytes
    - Viewed (0)
Back to top