File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -6,20 +6,21 @@ This script take articles from the [.blog](http://python-history.blogspot.com) a
6
6
How to run it
7
7
-------------
8
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::
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
12
20
13
- sudo easy_install pip
21
+ * Run it
14
22
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
23
24
24
25
25
26
Some html and code was taken from https://github.com/vrtx64/fav2pdf
You can’t perform that action at this time.
0 commit comments