diff --git a/README.rst b/README.rst index 143c912c729ed4a992c50b45512966153810ff83..4378f24f261625c9e553a11f7afb9bb85ae6b4a9 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Pretix public registrations =========================== -This is a plugin for `pretix`_. +This is a plugin for `pretix`_. Development setup ----------------- @@ -12,12 +12,14 @@ Development setup 3. Activate the virtual environment you use for pretix development. -4. Execute ``python setup.py develop`` within this directory to register this application with pretix's plugin registry. +4. Execute ``python setup.py develop`` within this directory to register this + application with pretix's plugin registry. 5. Execute ``make`` within this directory to compile translations. -6. Restart your local pretix server. You can now use the plugin from this repository for your events by enabling it in - the 'plugins' tab in the settings. +6. Restart your local pretix server. You can now use the plugin from this + repository for your events by enabling it in the 'plugins' tab in the + settings. License