Align format with Nikola md processor
This commit is contained in:
parent
51da97eef5
commit
c57c74adb2
@ -13,6 +13,7 @@ translate Python code into JavaScript.
|
||||
|
||||
The current online version is available at https://www.carstengrohmann.de/oom/ .
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
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:
|
||||
|
||||
```
|
||||
# virtualenv env
|
||||
# . env/bin/activate
|
||||
@ -56,6 +58,7 @@ or
|
||||
```
|
||||
|
||||
### Build OOMAnalyser
|
||||
|
||||
```
|
||||
# . env/bin/activate
|
||||
# transcrypt --build --map --nomin -e 6 OOMAnalyser.py
|
||||
@ -66,6 +69,7 @@ or
|
||||
```
|
||||
|
||||
### Usage
|
||||
|
||||
* Change into the source directory and start your own small web server.
|
||||
|
||||
* Start Python built-in web server:
|
||||
|
Loading…
x
Reference in New Issue
Block a user