Skip to content

Commit bbf30e3

Browse files
authored
Update README.md
1 parent 4f4ad48 commit bbf30e3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,12 @@ To install the YouDotCom Python Library, use the following command:
6868
```
6969
pip install youdotcom
7070
```
71-
This will install the latest version of the youdotcom package. To install a specific version, use:
71+
This will install the latest version of the youdotcom package. Always make sure to be up-to-date so you don't miss any features, use:
7272

7373
```
74-
pip install youdotcom==0.3.0
74+
pip install youdotcom --upgrade
7575
```
76+
7677
Once the installation is complete, you can use the youdotcom package in your Python scripts by importing it:
7778

7879
```python

0 commit comments

Comments
 (0)