Skip to content

Commit ae37770

Browse files
Update README.md
1 parent 8a0be29 commit ae37770

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
@@ -24,14 +24,15 @@ These are the Dependencies you will need to have in order to use PyFetch:
2424
- packaging
2525
- psutil
2626

27-
Install python-pyfiglet & python-packaging with:
27+
Install the dependencies with:
2828
```bash
2929
pip install pyfiglet
3030
pip install packaging
31+
pip install psutil
3132
```
3233
or
3334
```bash
34-
sudo pacman -S python-pyfiglet python-packaging
35+
sudo pacman -S python-pyfiglet python-packaging python-psutil
3536
```
3637

3738
## CLI Flags

0 commit comments

Comments
 (0)