Installation¶
This guide will help you install faker-news and get it running on your system.
Requirements¶
- Python 3.9 or higher
- pip or uv package manager
- An API key for an OpenAI-compatible LLM service
Installation Methods¶
Using pip (Standard)¶
Install the package directly from source:
For development with testing tools:
For documentation building:
Using uv (Recommended for Development)¶
If you're using uv for faster package management:
Verifying Installation¶
After installation, verify that the CLI is available:
You should see the help menu with all available commands.
Next Steps¶
Once installed, you'll need to configure your LLM API key. Continue to:
- Setup & Configuration - Configure your API keys
- Quick Start - Start generating content right away
Uninstallation¶
To remove faker-news:
Cache Files
Uninstalling won't remove the SQLite cache file. To completely remove all data:
Troubleshooting¶
Command not found¶
If faker-news command is not found after installation, ensure your Python scripts directory is in your PATH:
Import errors¶
If you get import errors when using the library, ensure you installed the package:
Permission errors¶
On some systems, you may need to install with --user: