We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a367c15 commit 4acbfe2Copy full SHA for 4acbfe2
1 file changed
README.md
@@ -1 +1,22 @@
1
# 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
13
+python3 -m pip install pipenv
14
+cd ./sourcecodeToPDF
15
+pipenv sync
16
+pipenv shell
17
18
+Finally, run:
19
20
+python3 pdfCreate.py examples/29-04-2022 --output example.pdf --date DATE --title example
21
22
0 commit comments