How to Install#
Prerequisites#
Assuming that Python is installed already, you can install IndexNow for Python with either of the following package managers: PyPI or Homebrew.
PyPI#
For PyPI, execute this command in the terminal:
pip install index-now-for-python
Keep the package up to date with this command:
pip install --upgrade index-now-for-python
Homebrew#
If you already have installed the Homebrew package manager for Mac and Linux, execute this terminal command to tap and install IndexNow for Python:
brew tap jakob-bagterp/index-now-for-python
brew install index-now-for-python
Use the same commands to keep the package up to date with Homebrew.