Installation

Code repository: https://github.com/math-a3k/covid-ht

Requirements

  • A working Python 3.7 or newer (3.11 recommended) installation so you can issue successfully its version:

> python --version
> python -m pip install pipenv
  • A working git installation so you can issue successfully its version:

> git --version
  • Accesible instances of Postgres and Redis servers.

Steps

  • Clone the repository:

> git clone https://github.com/math-a3k/tradero
  • Change into the directory and install the Python requirements:

> cd tradero
> pipenv install

See Running a tradero instance for information on executing the program.