Skip to content

Installation

PyPI version

Prerequisites

Installation via pip

Basic Installation

Install the current stable version from PyPI:

pip install argo-proxy

Pre-release Installation

To install the latest pre-release (e.g., v3.0.0 beta):

pip install --pre argo-proxy

Upgrade to Latest Version

# Check current version and available updates
argo-proxy update check

# Install latest stable
argo-proxy update install

# Install latest pre-release
argo-proxy update install --pre

Or manually:

pip install argo-proxy --upgrade

Development Installation

If you decide to use the development version (make sure you are at the root of the repo cloned):

GitHub Release

git clone https://github.com/Oaklight/argo-proxy.git
cd argo-proxy
pip install .

Verification

After installation, verify that argo-proxy is installed correctly:

argo-proxy --version

This should display the installed version number and check for updates.