File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 1- # PythonGPT3Tutorial
1+ # Python & GPT3 Tutorial
2+
23Public Hello World to get used to Python and GPT-3
4+
5+ ## Episode 1 - Setting up your environment
6+
7+ ![ XKCD comic about python] ( https://imgs.xkcd.com/comics/python.png )
8+
9+ ### Links
10+ - Download python https://www.python.org/downloads/
11+ - Download Git https://git-scm.com/downloads
12+ - Download Notepad++ https://notepad-plus-plus.org/downloads/
13+
14+ ### Steps
15+
16+ 1 . Download and install Python - make sure to add PATH to set it as system interpreter
17+ 2 . Download and install Git
18+ 3 . Download and install Notepad++
19+ 4 . Open a command prompt and run ` pip install pip --upgrade ` to upgrade pip
20+ 5 . Run ` python --version ` to verify the system version of python
21+ 6 . Clone down this repo with ` git clone https://github.com/daveshap/PythonGPT3Tutorial.git `
22+ 7 . Go to your [ OpenAI account] ( https://beta.openai.com/account/api-keys ) and copy your key into ` openaiapikey.txt `
23+ 8 . Go into the repo with ` cd PythonGPT3Tutorial `
24+ 9 . Run the demo script with ` python hello_world.py `
You can’t perform that action at this time.
0 commit comments