Skip to content

Commit c2a1430

Browse files
committed
Update README.md
1 parent 2383b17 commit c2a1430

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,9 @@ This is a Python wrapper for the GPTZero API, which allows you to generate natur
66

77
To use the GPTZero API, you'll need to have an API key. If you don't have an API key yet, you can sign up for one on the [GPTZero website](https://gptzero.me/).
88

9-
Once you have your API key, you can install the `gptzero` package using pip:
9+
Once you have your API key, you can install the `gptzero` package and use it.
1010

11-
### Installing package
12-
```python
13-
pip install gptzero
14-
```
1511

16-
### Basics
1712
```python
1813
from gptzero import GPTZeroAPI
1914

0 commit comments

Comments
 (0)