Please somebody help me on how to go about following this instruction below.
On a mission to create something http://feeds.uni.me/ (RSS Feed reader)
I don't know exactly where to start.
where can I find the web2py commandline to help create the virtualenv? Or 
is it not all going to be done within a commandline? Please help me clear 
my confusion and start.
Thank you



-------------
This is not an "plug-n-play" web2py application there are some work to be 
done.
Follow some install instructions - I hope completed:

create a virtualenv and install:

  pip install feedparser
  pip install bs4
  pip install beautifulsoup4
  pip install FilterHTML
  pip install times
  pip install guess-language
  pip install whoosh
  pip install lxml
  pip install bottle


run the initial setup:

  $ python web2py.py -MS feeds -R applications/feeds/scripts/setup.py


it will create a user [email protected] with pass 1234, and fetch one reddit feed.


to periodically fetch feeds, run:

  $ python web2py.py -MS feeds -R applications/feeds/modules/feeds_update.py

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to