Prerequisites
Before installing swelist, ensure you have:- Python 3.7 or higher installed on your system
- pip (Python package installer)
- Internet access for downloading the package and fetching job data
swelist is compatible with macOS, Linux, and Windows operating systems.
Installation Steps
Install via pip
The easiest way to install swelist is using pip, Python’s package installer.The current version of swelist is 0.1.7.
Verify Installation
After installation completes, verify that swelist is correctly installed by running the help command:You should see the command usage information and available options.
Dependencies
swelist has minimal dependencies and will automatically install:- typer: For the command-line interface
- rich: For formatted terminal output
Installation Methods by Environment
Virtual Environment (Recommended)
For project isolation, install swelist in a virtual environment:Global Installation
For system-wide access:Using pipx (Isolated Installation)
For an isolated installation that’s globally accessible:Troubleshooting
Command Not Found
Ifswelist is not recognized after installation:
- Verify the installation location:
pip show swelist - Check that Python’s scripts directory is in your PATH
- Try using
python -m swelistinstead ofswelist
SSL Certificate Errors
swelist fetches data from GitHub over HTTPS. If you encounter SSL errors:- Ensure your system’s SSL certificates are up to date
- Check your network connection and firewall settings
- Verify you’re not behind a proxy that intercepts HTTPS traffic