Skip to content

Commit 4acbfe2

Browse files
committed
readme
1 parent a367c15 commit 4acbfe2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
11
# SourceCodes to PDF
2+
### Installation
3+
4+
To install for use in terminal, run:
5+
6+
```sh
7+
git clone https://github.com/shubRaj/sourcecodeToPDF.git
8+
```
9+
10+
To install dependencies, run:
11+
12+
```sh
13+
python3 -m pip install pipenv
14+
cd ./sourcecodeToPDF
15+
pipenv sync
16+
pipenv shell
17+
```
18+
Finally, run:
19+
```sh
20+
python3 pdfCreate.py examples/29-04-2022 --output example.pdf --date DATE --title example
21+
```
22+

0 commit comments

Comments
 (0)