Skip to content

Commit

Permalink
Removed more mess, edited readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Søren Rasmussen committed Sep 18, 2019
1 parent 198c228 commit 360fa0d
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 96 deletions.
3 changes: 0 additions & 3 deletions .coveragerc

This file was deleted.

5 changes: 0 additions & 5 deletions .flake8

This file was deleted.

1 change: 0 additions & 1 deletion .nojekyll

This file was deleted.

6 changes: 0 additions & 6 deletions .pre-commit-config.yaml

This file was deleted.

62 changes: 0 additions & 62 deletions .pyup.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Install:
```
pip install streamserver
pip install git+git://github.com/aivclab/streamserver.git
```

## Example:
Expand All @@ -23,9 +23,5 @@ with streamserver.StreamServer(JPEG_quality=75,host='localhost',port=5000) as ss
break
cap.release()
```
or
```
ss-cv2
```
## TODO:
- [ ] Multiple streams on same server?

0 comments on commit 360fa0d

Please sign in to comment.