Skip to content

Commit e358a96

Browse files
committed
Updated README.
1 parent 851edcf commit e358a96

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ settings.ini
33

44
# Misc.
55
*.pyc
6+
*.swp
67

bing/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## Setup
22

3+
Create settings file and add your API key:
4+
5+
```
6+
cat settings.ini
7+
[Bing]
8+
Key=<your api key>
9+
```
10+
311
```
412
sudo apt-get install python-setuptools
513
wget https://fedorahosted.org/releases/s/u/suds/python-suds-0.3.7.tar.gz

0 commit comments

Comments
 (0)