Skip to content

Commit

Permalink
update install instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
Tee0125 committed Mar 22, 2018
1 parent 93cdc1f commit 5dc7bbd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,20 @@

ffmpeg wrapper to decode frames from video sequence

# Build
# Install

From source:

```
python setup.py install
```

From anaconda cloud:

```
conda install -c tee pydemux
```

# Usage

```python
Expand Down

0 comments on commit 5dc7bbd

Please sign in to comment.