Changeset 102
- Timestamp:
- 08/09/07 11:24:55
- Files:
-
- AuthKit/branches/0.4/docs/pylons.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
AuthKit/branches/0.4/docs/pylons.txt
r95 r102 151 151 152 152 Although you could use the method described above to create your own auth 153 system a lot of the hard work has already been done for you in AuthKit 0. 3. You153 system a lot of the hard work has already been done for you in AuthKit 0.4. You 154 154 can install it with this command:: 155 155 … … 160 160 Until AuthKit 0.4 is released you will need to use:: 161 161 162 easy_install -U http://authkit.org/svn/AuthKit/ trunk#egg=AuthKit-dev162 easy_install -U http://authkit.org/svn/AuthKit/branches/0.4#egg=AuthKit-dev 163 163 164 164 Authentication
