Installation from PyPI¶
The recommended way to install Artist Scraper is via PyPI.
Using pip¶
Install directly with pip:
Upgrade to Latest Version¶
Install Specific Version¶
Using pipx (Recommended for CLI Tools)¶
pipx installs CLI tools in isolated environments, preventing dependency conflicts.
Install pipx¶
# macOS
brew install pipx
pipx ensurepath
# Linux
python3 -m pip install --user pipx
python3 -m pipx ensurepath
# Windows
python -m pip install --user pipx
python -m pipx ensurepath
Install Artist Scraper with pipx¶
Upgrade¶
Uninstall¶
Requirements¶
- Python 3.12 or higher
- pip or pipx
Verify Installation¶
After installation, verify it works:
You should see the command-line help output.
Next Steps¶
Continue to Quick Start to configure and run your first scrape.