summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.rst4
-rw-r--r--lps_gen.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index c95e591..d5165c1 100644
--- a/README.rst
+++ b/README.rst
@@ -12,11 +12,11 @@ On a Debian based distribution, do::
$ virtualenv .
$ source bin/activate
- $ pip install lpschedule-generator --pre
+ $ pip install --pre lpschedule-generator
Activating virtual environment
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Always activate the virtual environment before using the ``lps_gen``
command::
diff --git a/lps_gen.py b/lps_gen.py
index 66e500e..62a1ea9 100644
--- a/lps_gen.py
+++ b/lps_gen.py
@@ -30,7 +30,7 @@ from jinja2 import Environment, PackageLoader
from jinja2.exceptions import TemplateNotFound
from mistune import Renderer, Markdown
-__version__ = '0.1.0.dev5'
+__version__ = '0.1.0.dev6'
# unicode magic
reload(sys)