We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4ad48 commit bbf30e3Copy full SHA for bbf30e3
README.md
@@ -68,11 +68,12 @@ To install the YouDotCom Python Library, use the following command:
68
```
69
pip install youdotcom
70
71
-This will install the latest version of the youdotcom package. To install a specific version, use:
+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:
72
73
74
-pip install youdotcom==0.3.0
+pip install youdotcom --upgrade
75
76
+
77
Once the installation is complete, you can use the youdotcom package in your Python scripts by importing it:
78
79
```python
0 commit comments