Skip to content

Installation

Installation

Installing pipx

pipx creates isolated environments to avoid conflicts with existing system packages.

In the terminal, execute:

brew install pipx
pipx ensurepath

First, ensure Python is installed.

Enter in the terminal:

python3 -m pip install --user pipx
python3 -m pipx ensurepath

First, install Python if it's not already installed.

In the command prompt, type (if Python was installed from the Microsoft Store, use python3 instead of python):

python -m pip install --user pipx

Installing async-s3:

In the terminal (command prompt), execute:

pipx install async-s3