Update installation command in README

This commit is contained in:
nathom 2021-03-30 13:37:19 -07:00
parent da42b9fd28
commit e6978c05b8
1 changed files with 2 additions and 2 deletions

View File

@ -19,13 +19,13 @@ First, ensure [pip](https://pip.pypa.io/en/stable/installing/) is installed. The
macOS/Linux:
```bash
pip3 install streamrip --upgrade; pip3 install simple-term-menu
pip3 install streamrip simple-term-menu --upgrade
```
Windows:
```bash
pip3 install streamrip --upgrade; pip3 install windows-curses
pip3 install streamrip windows-curses --upgrade
```