Installing OpenAI
00:00
With your virtual environment set up, it’s time to install the openai package. Now, firstly, make sure your virtual environment is activated, and once that’s the case, for Linux and macOS, type python -m pip install openai, or, again, for some Linux distros, use python3.
00:21
And then for Windows PowerShell, use python -m pip install openai.
00:28 And that’s all I wanted to cover in this extremely short lesson, because now you’re ready to start using the OpenAI API, and you’ll do that in the next lesson.
Become a Member to join the conversation.
