openai / openai-quickstart-python

Python example app from the OpenAI API quickstart tutorial
https://platform.openai.com/docs/quickstart?context=python
MIT License
1.69k stars 1.31k forks source link

What terminal to use in Windows 11? #23

Closed James-G-Stark-Official closed 1 year ago

James-G-Stark-Official commented 1 year ago

Is there instructions on how to perform the steps on a Win 11 device? i.e. Using command prompt or PS.

In Step 4. Create a new virtual environment

. venv/bin/activate

'.' is not recognized as a command in command prompt.
And there is no bin file created in the venv folder.