mirror of
https://github.com/ulbwazhine/MockupEngineer.git
synced 2024-11-22 00:46:33 +03:00
Update readme.md
This commit is contained in:
parent
dc28bc5165
commit
4aefdfe3d5
|
@ -13,6 +13,8 @@
|
||||||
* [Example](#example)
|
* [Example](#example)
|
||||||
* [Install](#install)
|
* [Install](#install)
|
||||||
* [Usage](#usage)
|
* [Usage](#usage)
|
||||||
|
* [In Python console]()
|
||||||
|
* [As a standalone application]()
|
||||||
* [List of supported mockups](#list-of-supported-mockups)
|
* [List of supported mockups](#list-of-supported-mockups)
|
||||||
* [Phones](#phones)
|
* [Phones](#phones)
|
||||||
* [Tablets](#tablets)
|
* [Tablets](#tablets)
|
||||||
|
@ -34,7 +36,7 @@ $ python -m pip install MockupEngineer
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
In Python console:
|
#### In Python console:
|
||||||
```python
|
```python
|
||||||
from MockupModule import MockupEngineer
|
from MockupModule import MockupEngineer
|
||||||
|
|
||||||
|
@ -49,7 +51,7 @@ mockup.generate(template=mockup.templates[0],
|
||||||
>>> /path/to/mockup
|
>>> /path/to/mockup
|
||||||
```
|
```
|
||||||
|
|
||||||
As a standalone application:
|
#### As a standalone application:
|
||||||
```
|
```
|
||||||
$ python -m MockupModule
|
$ python -m MockupModule
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user