diff --git a/README.md b/README.md index d8fb318..b67ed0b 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,7 @@ Dependencies Install ------- -1. Download the repository from https://github.com/palaviv/caster. -2. Run `python setup.py install`. +1. pip install caster Development diff --git a/setup.py b/setup.py index fbaf454..d68815c 100644 --- a/setup.py +++ b/setup.py @@ -10,6 +10,7 @@ description="Caster is a command line tool for casting media to chromecast", license="MIT", url="https://github.com/palaviv/caster", + download_url="https://github.com/palaviv/caster/tarball/0.1", entry_points={ 'console_scripts': ['caster=caster:main'], },