Skip to content

Commit 9e98df2

Browse files
Update README.md
1 parent 18eb439 commit 9e98df2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,16 @@ These are the Dependencies you will need to have in order to use PyFetch:
2020

2121
- python3
2222
- pyfiglet
23+
- packaging
2324

2425
Install python-pyfiglet with:
2526
```bash
2627
pip install pyfiglet
28+
pip install packaging
2729
```
2830
or
2931
```bash
30-
sudo pacman -S python-pyfiglet
32+
sudo pacman -S python-pyfiglet python-packaging
3133
```
3234

3335
## License

0 commit comments

Comments
 (0)