Skip to content

Commit

Permalink
docs: remove pipx installation as it's no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
thomageanderson committed Jan 29, 2025
1 parent 2460dc6 commit b3f8f59
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions docs/installation/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ Key services that will be running:
sudo apt-get install python3.11 python3.11-venv python3.11-dev
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1
sudo apt-get install python3-pip
python3 -m pip install --user pipx
python3 -m pipx ensurepath
```

## Clerk Authentication Setup
Expand Down
2 changes: 0 additions & 2 deletions docs/installation/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ Key services that will be running:
```bash
brew install [email protected]
brew link [email protected]
brew install pipx
pipx ensurepath
```

## Clerk Authentication Setup
Expand Down
4 changes: 0 additions & 4 deletions docs/installation/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ Key services that will be running:
- Check "Add Python 3.11 to PATH"
- Choose "Customize installation"
- Enable "pip" in optional features
```cmd
python -m pip install --user pipx
python -m pipx ensurepath
```

## Clerk Authentication Setup

Expand Down

0 comments on commit b3f8f59

Please sign in to comment.