Skip to content

Commit 40860cc

Browse files
authored
Update README.rst
1 parent 4a8e403 commit 40860cc

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

README.rst

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,22 @@
11
LiveReload
22
==========
33

4-
This is a brand new LiveReload in version 2.0.0.
5-
6-
`Download on PyPi <https://pypi.python.org/pypi/livereload>`_
4+
Reload webpages on changes, without hitting refresh in your browser.
75

86
Installation
97
------------
108

11-
Python LiveReload is designed for web developers who know Python.
9+
python-livereload is for web developers who know Python, and is available on
10+
`PyPI <https://pypi.python.org/pypi/livereload>`_.
1211

13-
Install Python LiveReload with pip::
12+
Install with pip::
1413

1514
$ pip install livereload
1615

17-
If you don't have pip installed, try easy_install::
18-
19-
$ easy_install livereload
20-
2116
Command Line Interface
2217
----------------------
2318

24-
Python LiveReload provides a command line utility, ``livereload``, for starting a server in a directory.
19+
python-livereload provides a command line utility, ``livereload``, for starting a server in a directory.
2520

2621
By default, it will listen to port 35729, the common port for `LiveReload browser extensions`_. ::
2722

@@ -40,7 +35,7 @@ By default, it will listen to port 35729, the common port for `LiveReload browse
4035

4136
.. _`livereload browser extensions`: http://feedback.livereload.com/knowledgebase/articles/86242-how-do-i-install-and-use-the-browser-extensions-
4237

43-
Older versions of Python LiveReload used a ``Guardfile`` to describe optional additional rules for files to watch and build commands to run on changes. This conflicted with other tools that used the same file for their configuration and is no longer supported since Python LiveReload version 2.0.0. Instead of a ``Guardfile`` you can now write a Python script using very similar syntax and run it instead of the command line application.
38+
Older versions of python-livereload used a ``Guardfile`` to describe optional additional rules for files to watch and build commands to run on changes. This conflicted with other tools that used the same file for their configuration and is no longer supported since python-livereload 2.0.0. Instead of a ``Guardfile`` you can now write a Python script using very similar syntax and run it instead of the command line application.
4439

4540
Developer Guide
4641
---------------

0 commit comments

Comments
 (0)