Skip to content

Commit fbc2977

Browse files
committed
Added copy of compiled shorty with all services. Updated readme.
1 parent dbe2653 commit fbc2977

File tree

2 files changed

+562
-0
lines changed

2 files changed

+562
-0
lines changed

README

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,18 @@ Requirements:
3636
Python 2.4+
3737
Simplejson (not required in python 2.6+)
3838

39+
Build:
40+
Each URL service is implemented in its own module inside the services
41+
folder. To use this library you must compile all the various modules together.
42+
To compile you will use the compile.py script. Here is its usage:
43+
44+
python compile.py <services>
45+
46+
<services> is a space seperated list of the services you want included.
47+
If you wish to use all supported services use the --all flag instead.
48+
After the script runs a file named 'shorty.py' will appear.
49+
A copy of the full shorty.py module will be kept in this repository.
50+
3951
Install:
4052
Simply include the shorty.py module in your python path.
4153
If using a version of python before 2.6 you will also need

0 commit comments

Comments
 (0)