18 lines
257 B
Markdown
18 lines
257 B
Markdown
|
# How to install KYMS CLI
|
||
|
|
||
|
## Using pip
|
||
|
|
||
|
The simples way to install kyms is using the following command:
|
||
|
|
||
|
```
|
||
|
pip install kyms-cli
|
||
|
```
|
||
|
|
||
|
## How to use
|
||
|
|
||
|
Once install, use the following command to generate a complete podcast episode:
|
||
|
|
||
|
```
|
||
|
kyms-cli gencast
|
||
|
```
|