How can i upgarde pip?

when i upload my project from github command printed to me this “WARNING: You are using pip version 20.1.1; however, version 23.0.1 is available”
how upgarde pip

Hi,

I’ve replied to the ticket you also raised, but I’ll add the response here for completeness:

The command to upgrade pip is usually shown when it’s suggested, e.g. a Build Command of

pip install --upgrade pip && pip install -r requirements.txt

Hope that helps

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.