Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vicwomg authored Dec 21, 2020
1 parent 2524a2b commit 6333feb
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,19 +96,21 @@ pip3 install --upgrade youtube_dl

- Install VLC (to its default location): https://www.videolan.org/
- Install ffmpeg (only if you want to use --high-quality flag) https://ffmpeg.org/download.html

Open a powershell, and go to the pikaraoke directory:
- Install MS Visual C++ (required to launch youtube-dl) https://www.microsoft.com/en-US/download/details.aspx?id=5555
- Install youtube-dl.exe. FYI, pip3 didn't seem to work for this on windows, so I used scoop as a package manager and I think it handles filed permissions best. Install scoop by following the instructions here: https://scoop.sh/

```
pip3 install -r requirements.txt
scoop install youtube-dl
```

Install youtube-dl.exe. FYI, pip3 didn't seem to work for this on windows, so I used scoop as a package manager and I think it handles filed permissions best. Install scoop by following the instructions here: https://scoop.sh/
Open a powershell, and go to the pikaraoke directory:

```
scoop install youtube-dl
pip3 install -r requirements.txt
```

Note: if you have trouble installing pygame, there's apparently an incompatibility with Python 3.8. Try upgrading to the latest python version or downgrading to 3.7.

## Launch

cd to the pikaraoke directory and run:
Expand Down

0 comments on commit 6333feb

Please sign in to comment.