Skip to content

Commit a045442

Browse files
authored
Changed info regarding how to use
1 parent f2a33d6 commit a045442

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,14 @@ This repository is for the [TempMail.lol](https://tempmail.lol/) Python API.
55

66
## Installation
77

8-
Use this commands to install dependency.
8+
Use this command in terminal.
99
```
10-
pip install requests
10+
pip install tempmail-lol
1111
```
12-
Place the directory `TempMail` into your root directory where your main python file is located.
13-
14-
EX:
15-
16-
![image](https://user-images.githubusercontent.com/32007930/168915320-963ffe0e-3b00-45ca-91f1-6f72aa99d8ee.png)
1712

1813
## Usage
1914
```python
20-
from TempMail.TempMail import * #imports everything from TempMail library
15+
from TempMail import TempMail #imports everything from TempMail library
2116
import time #import time module
2217

2318
inbox = TempMail.generateInbox() #returns an Inbox object with Email and Token

0 commit comments

Comments
 (0)