We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0be29 commit ae37770Copy full SHA for ae37770
1 file changed
README.md
@@ -24,14 +24,15 @@ These are the Dependencies you will need to have in order to use PyFetch:
24
- packaging
25
- psutil
26
27
-Install python-pyfiglet & python-packaging with:
+Install the dependencies with:
28
```bash
29
pip install pyfiglet
30
pip install packaging
31
+pip install psutil
32
```
33
or
34
-sudo pacman -S python-pyfiglet python-packaging
35
+sudo pacman -S python-pyfiglet python-packaging python-psutil
36
37
38
## CLI Flags
0 commit comments