Skip to content

Commit 639ba20

Browse files
committed
Update README.md
依赖说明
1 parent 75d80f0 commit 639ba20

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1-
rss
2-
===
1+
##**简介**
32
将微信公众号的订阅内容转换成RSS格式订阅,以便在RSS阅读器上查看
3+
4+
##**工具依赖**
5+
1. phantomjs
6+
7+
```shell
8+
cd /usr/local/share
9+
sudo wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2
10+
sudo tar xjf phantomjs-1.9.7-linux-x86_64.tar.bz2
11+
sudo ln -s /usr/local/share/phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/share/phantomjs
12+
sudo ln -s /usr/local/share/phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin/phantomjs
13+
sudo ln -s /usr/local/share/phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/bin/phantomjs
14+
```
15+
16+
2. selenium
17+
18+
```shell
19+
sudo pip install -U selenium
20+
```
21+

0 commit comments

Comments
 (0)