Mijux / tempo-server-management

0 stars 0 forks source link

How to start ?

  1. Install python3 and python3-venv - can be done with sudo apt install python3 python3-venv command on linux
  2. Clone repository and open terminal into
  3. Run python3 -m venv .venv
  4. Run .venv/bin/pip3 install -r requirements.txt
  5. Ready to start ;)