Apolo
HomeConsoleGitHub
  • Apolo concepts
  • CLI Reference
  • Examples/Use Cases
  • Flow CLI
  • Actions Reference
  • Apolo Extras CLI
  • Python SDK
  • Getting started
    • Introduction
    • First Steps
      • Getting Started
      • Training Your First Model
      • Running Your Code
    • Apolo Base Docker image
    • FAQ
    • Troubleshooting
    • References
  • Apolo Console
    • Getting started
      • Sign Up, Login
      • Organizations
      • Clusters
      • Projects
    • Apps
      • Pre-installed apps
        • Files
        • Buckets
        • Disks
        • Images
        • Secrets
        • Jobs
          • Remote Debugging with PyCharm Professional
          • Remote Debugging with VS Code
        • Flows
      • Available apps
        • Terminal
        • LLM Inference
          • vLLM Inference details
          • Multi-GPU Benchmarks Report
        • PostgreSQL
        • Text Embeddings Inference
        • Jupyter Notebook
        • Jupyter Lab
        • VS Code
        • PyCharm Community Edition
        • ML Flow
        • Apolo Deploy
        • Dify
        • Weaviate
        • Fooocus
        • Stable Diffusion
  • Apolo CLI
    • Installing CLI
    • Apps
      • Files
      • Jobs
      • Images
  • Administration
    • Cluster Management
      • Creating a Cluster
      • Managing Users and Quotas
      • Managing organizations
      • Creating Node Pools
      • Managing Presets
Powered by GitBook
On this page

Was this helpful?

  1. Apolo CLI

Installing CLI

PreviousStable DiffusionNextApps

Last updated 2 months ago

Was this helpful?

application doesn't require installation and can quickly get you familiar with Apolo, allowing you to work with the platform in a browser.

Installing Apolo CLI locally can be more efficient for long-term use, as your source code and other local files will be stored directly on your machine. Additionally, using Apolo CLI provides you with more flexible and extensive functionality, allowing for greater control and customization of your development environment.

Installation instructions

Installing via pipx

Our apolo-all package available in pipx will automatically install all required components:

pip install pipx
pipx install apolo-all
pipx upgrade apolo-all

Installing via pip

You can also install all of the components through pip.

Apolo CLI requires Python 3 installed (recommended: 3.8; required: 3.7.9 or newer). We suggest using the .

pip install -U apolo-cli apolo-extras apolo-flow
apolo login

If your machine doesn't have GUI, use the following command instead of apolo login:

apolo config login-headless

Installing via pipx

Our apolo-all package available in pipx will automatically install all required components:

pip install pipx
pipx install apolo-all
pipx upgrade apolo-all

Installing via pip

You can also install all of the components through pip.

We highly recommend using the with default installation settings.

When you have it up and running, run the following commands in Conda Prompt:

conda install -c conda-forge make
conda install -c conda-forge git    
pip install -U apolo-cli apolo-extras apolo-flow
pip install -U certifi
apolo login

To make sure that all commands you can find in our documentation work properly, don't forget to run bash every time you open Conda Prompt.

Apolo Web Shell
Anaconda Python 3.8 Distribution
Anaconda Python 3.8 Distribution