1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
# LiveReload
Reload webpages on changes, without hitting refresh in your browser.
## Installation
<!-- start install -->
LiveReload is for web developers who know Python. It is available on [PyPI].
```
$ pip install livereload
```
[pypi]: https://pypi.python.org/pypi/livereload
<!-- end install -->
## Documentation
[LiveReload's documentation is hosted on ReadTheDocs][docs].
[docs]: https://livereload.readthedocs.io/en/latest/
## Security Report
To report a security vulnerability, please use the [Tidelift security contact].
Tidelift will coordinate the fix and disclosure.
[tidelift security contact]: https://tidelift.com/security
|