mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-21 02:35:29 -04:00
Update installation command in README
This commit is contained in:
parent
da42b9fd28
commit
e6978c05b8
1 changed files with 2 additions and 2 deletions
|
@ -19,13 +19,13 @@ First, ensure [pip](https://pip.pypa.io/en/stable/installing/) is installed. The
|
||||||
macOS/Linux:
|
macOS/Linux:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip3 install streamrip --upgrade; pip3 install simple-term-menu
|
pip3 install streamrip simple-term-menu --upgrade
|
||||||
```
|
```
|
||||||
|
|
||||||
Windows:
|
Windows:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip3 install streamrip --upgrade; pip3 install windows-curses
|
pip3 install streamrip windows-curses --upgrade
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue