13 lines
283 B
Markdown
13 lines
283 B
Markdown
## Install
|
|
|
|
Install from the remote host
|
|
```bash
|
|
pip3 install git+https://git.laziness.rocks/PootisPenserHere/code_to_prompt
|
|
```
|
|
|
|
Or download the repo and install from there
|
|
```bash
|
|
git clone https://git.laziness.rocks/PootisPenserHere/code_to_prompt
|
|
pip3 install code_to_prompt
|
|
```
|