#What is PIP and why do I need to update

3 messages · Page 1 of 1 (latest)

craggy pond
#

pip is used to install Python libraries. for example, openai is a library that you need to install to use openai API in Python. so you will use pip install openai.

wintry breach
#

Ok perfect, i'm not sure what I did but I managed to move past the problem