Skip to content

Commit 4718914

Browse files
committed
updated readme
1 parent 54fb172 commit 4718914

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
1-
# PythonGPT3Tutorial
1+
# Python & GPT3 Tutorial
2+
23
Public 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`

0 commit comments

Comments
 (0)