Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 2bee5c8

Browse files
committed
Tweak INSTALL instructions.
1 parent 7506744 commit 2bee5c8

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

INSTALL

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
11
INSTALL file for transitfeed distribution
22

3+
To download and install in one step make sure you have easy-install installed and run:
34

5+
% easy_install transitfeed
46

5-
To download and install in one step make sure you have easy-install installed and run
6-
easy_install transitfeed
7-
8-
9-
10-
Since you got this far chances are you have downloaded a copy of the source
11-
code. Install with the command
12-
13-
python setup.py install
14-
7+
Since you got this far, chances are you have downloaded a copy of the source
8+
code. Install with the command:
159

10+
% python setup.py install
1611

1712
If you don't want to install you may be able to run the scripts from this
18-
directory. For example, try running
13+
directory. For example, try running:
1914

20-
./feedvalidator.py -n tests/data/good_feed.zip
15+
% ./feedvalidator.py -n tests/data/good_feed.zip
2116

0 commit comments

Comments
 (0)