Skip to content

Commit 43e6cc4

Browse files
Update README.md
1 parent 386bfed commit 43e6cc4

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,21 @@ This script take articles from the [.blog](http://python-history.blogspot.com) a
66
How to run it
77
-------------
88

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::
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+
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
1220

13-
sudo easy_install pip
21+
* Run it
1422

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+
python pyhistorypdf.py
2324

2425

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

0 commit comments

Comments
 (0)