-
Notifications
You must be signed in to change notification settings - Fork 6
Installation And Execution
deej Howard edited this page Dec 17, 2018
·
2 revisions
Installation of FeedSpora on your computer requires:
- Install Python 3
- Clone the FeedSpora repository onto your computer
- From within the FeedSpora directory, install the FeedSpora dependencies by executing
pip install -r requirements.txt
- Install FeedSpora by executing
python setup.py install
- Create a FeedSpora data directory somewhere on your computer (such as in a
feedspora
sub-directory in your login directory) - Create a
feedspora.yml
file in the FeedSpora data directory (refer to the Configuration File section) - Still within the FeedSpora data directory, run FeedSpora by executing
python -m feedspora