Skip to content

Installation And Execution

deej Howard edited this page Dec 17, 2018 · 2 revisions

Installation of FeedSpora on your computer requires:

  1. Install Python 3
  2. Clone the FeedSpora repository onto your computer
  3. From within the FeedSpora directory, install the FeedSpora dependencies by executing pip install -r requirements.txt
  4. Install FeedSpora by executing python setup.py install
  5. Create a FeedSpora data directory somewhere on your computer (such as in a feedspora sub-directory in your login directory)
  6. Create a feedspora.yml file in the FeedSpora data directory (refer to the Configuration File section)
  7. Still within the FeedSpora data directory, run FeedSpora by executing python -m feedspora
Clone this wiki locally