Skip to content

Commit 6df8ef7

Browse files
Update README.md
1 parent b8efdea commit 6df8ef7

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,23 @@ Python history blog articles
33

44
This script take articles from the [.blog](http://python-history.blogspot.com) and generate pdf file.
55

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+
624

725
Some html and code was taken from https://github.com/vrtx64/fav2pdf

0 commit comments

Comments
 (0)