Skip to content

Commit 64400b8

Browse files
committed
Update README.markdown
1 parent e6ffe7b commit 64400b8

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

Diff for: README.markdown

+10-4
Original file line numberDiff line numberDiff line change
@@ -160,17 +160,23 @@ We keep an eye on both.
160160

161161
## Installation
162162

163-
Copy the pydub directory into your python path. Zip
164-
[here](https://github.com/jiaaro/pydub/zipball/master)
165-
166-
-OR-
163+
Installing pydub is easy, but don't forget to install ffmpeg/avlib (the next section in this doc)
167164

168165
pip install pydub
169166

167+
Or install the latest dev version from github (or replace `@master` with a [release version like `@v0.12.0`](https://github.com/jiaaro/pydub/releases))…
168+
169+
pip install git+https://github.com/jiaaro/pydub.git@master
170+
170171
-OR-
171172

172173
git clone https://github.com/jiaaro/pydub.git
173174

175+
-OR-
176+
177+
Copy the pydub directory into your python path. Zip
178+
[here](https://github.com/jiaaro/pydub/zipball/master)
179+
174180
## Dependencies
175181

176182
You can open and save WAV files with pure python. For opening and saving non-wav

0 commit comments

Comments
 (0)