Align format with Nikola md processor

This commit is contained in:
Carsten Grohmann 2020-01-09 20:49:28 +01:00
parent 51da97eef5
commit c57c74adb2

View File

@ -13,6 +13,7 @@ translate Python code into JavaScript.
The current online version is available at https://www.carstengrohmann.de/oom/ . The current online version is available at https://www.carstengrohmann.de/oom/ .
## Installation ## Installation
Installing OOMAnalyser is quite easy since OOMAnalyser consists only of two files, a Installing OOMAnalyser is quite easy since OOMAnalyser consists only of two files, a
@ -45,6 +46,7 @@ without an Internet connection.
``` ```
* Setup the Python virtual environment: * Setup the Python virtual environment:
``` ```
# virtualenv env # virtualenv env
# . env/bin/activate # . env/bin/activate
@ -56,6 +58,7 @@ or
``` ```
### Build OOMAnalyser ### Build OOMAnalyser
``` ```
# . env/bin/activate # . env/bin/activate
# transcrypt --build --map --nomin -e 6 OOMAnalyser.py # transcrypt --build --map --nomin -e 6 OOMAnalyser.py
@ -66,6 +69,7 @@ or
``` ```
### Usage ### Usage
* Change into the source directory and start your own small web server. * Change into the source directory and start your own small web server.
* Start Python built-in web server: * Start Python built-in web server: