Signum Feeds Update Guide

Occasionally, updates to Signum Feeds will be provided, adding new features, price feeds, sources, etc. You can follow these instructions to update your Signum Feeds installation with the newest features.

Update Signum Feeds

  1. Ensure you have activated the python venv environment:

source tenv/bin/activate
  1. Delete Existing signum-feeds and signum-core directories

rm -r signum-core

and then

rm -r signum-feeds
  1. Clone the signum-core repo:

git clone https://github.com/SignumOracle/signum-core
  1. Clone the signum-feeds repo:

git clone https://github.com/SignumOracle/signum-feeds
  1. Change directory (cd) into the signum-feeds folder that you just downloaded:

cd signum-feeds
  1. Install signum-feeds with the command:

pip install -e .
  1. Change directory to the signum core folder with

cd ..

and then

cd signum-core
  1. Install signum-core with the command:

pip install -e .

Any pre-existing accounts that were setup previously, will still be available to use. You do not need to add your reporter accounts again.

Last updated