We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8efdea commit 6df8ef7Copy full SHA for 6df8ef7
README.md
@@ -3,5 +3,23 @@ Python history blog articles
3
4
This script take articles from the [.blog](http://python-history.blogspot.com) and generate pdf file.
5
6
+How to run it
7
+=============
8
+
9
+#. Install Python 2.6.x or 2.7.x. Installation steps depends on your operating system.
10
11
+#. Install Pip, the python package installer::
12
13
+ sudo easy_install pip
14
15
+ For more information about ``pip`` refer to http://www.pip-installer.org/.
16
17
+#. Install dependencies
18
19
+ pip install -r requirements.txt
20
21
+#. Run it
22
+ python pyhistorypdf.py
23
24
25
Some html and code was taken from https://github.com/vrtx64/fav2pdf
0 commit comments