Skip to content

docs: replace deprecated pip search with PyPI URL in troubleshooting section#106

Merged
Sumangal44 merged 1 commit into
Sumangal44:masterfrom
akhilmodi29:master
May 7, 2026
Merged

docs: replace deprecated pip search with PyPI URL in troubleshooting section#106
Sumangal44 merged 1 commit into
Sumangal44:masterfrom
akhilmodi29:master

Conversation

@akhilmodi29
Copy link
Copy Markdown
Contributor

This PR removes the usage of the deprecated pip search command from the README and replaces it with a modern and reliable alternative using the official PyPI website.

❗ Why this change is needed
pip search has been deprecated and no longer works in recent versions of pip.
Users following the current documentation may encounter errors or confusion.
PyPI web lookup is now the recommended approach for verifying package existence.

🔧 Changes Made

Replaced: pip search
with: https://pypi.org/project//

Updated troubleshooting guidance to reflect current best practices.

✅ Benefits
Prevents users from running broken commands
Improves documentation accuracy
Aligns with modern Python packaging standards
Reduces support issues related to outdated tooling

🧠 Notes
This change is purely documentation-related and does not affect core functionality of ppmm.

Updated the solution for package installation issues to include a link to PyPI for verification.
@netlify
Copy link
Copy Markdown

netlify Bot commented May 5, 2026

Deploy Preview for ppmmdocs ready!

Name Link
🔨 Latest commit 111cf17
🔍 Latest deploy log https://app.netlify.com/projects/ppmmdocs/deploys/69f9d1e3be6c8700084d973f
😎 Deploy Preview https://deploy-preview-106--ppmmdocs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

Thanks for creating a PR for your Issue! ☺️

We'll review it as soon as possible.
In the meantime, please double-check the file changes and ensure that all commits are accurate.

If there are any unresolved review comments, feel free to resolve them. 🙌🏼

@github-actions github-actions Bot added the OSCG 2026 OSCG 2026 label May 5, 2026
@akhilmodi29
Copy link
Copy Markdown
Contributor Author

Hi @Sumangal44 ,
Please merge it ASAP

@Sumangal44 Sumangal44 added the Easy OSCG 2026 label May 7, 2026
@Sumangal44 Sumangal44 merged commit c17ab95 into Sumangal44:master May 7, 2026
6 checks passed
@akhilmodi29
Copy link
Copy Markdown
Contributor Author

Hi @Sumangal44 ,
Can u add Good first issue label ?

@Sumangal44
Copy link
Copy Markdown
Owner

Hi @Sumangal44 ,
Can u add Good first issue label ?

Sure😃

@Sumangal44 Sumangal44 added the good first issue Good for newcomers label May 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Easy OSCG 2026 good first issue Good for newcomers OSCG 2026 OSCG 2026

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants