Skip to content

Commit

Permalink
[Installation] Update pip instructions for nightly and hatchling (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
bashonly authored Feb 17, 2024
1 parent 7f2a4ee commit fcefd98
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,18 @@ You can install without any of the optional dependencies using:
```bash
python3 -m pip install --no-deps -U yt-dlp
```
<a id="pip-nightly"></a>

<a id="pip-master"/>
You can also install the nightly version of yt-dlp with:
```bash
python3 -m pip install -U --pre yt-dlp
```

<a id="pip-master"></a>

If you want to be on the cutting edge, you can also install the master branch with:
If you want to be on the bleeding edge, you can also install the master branch with:
```bash
python3 -m pip install -U pip setuptools wheel
python3 -m pip install -U pip hatchling wheel
python3 -m pip install --force-reinstall https://github.com/yt-dlp/yt-dlp/archive/master.tar.gz
```

Expand Down

0 comments on commit fcefd98

Please sign in to comment.