Skip to content

Repository files navigation

Thor logo, decorative

THOR

Lightning Detection & Alert System

Install

From source

The instructions assume you are using Linux. Windows support is likely but I have't tested it.

  1. Install prerequisites

To install THOR like this, make sure you have:

  • python3
  • python3-venv
  • git
  • sass (for example with sudo npm install -g sass)
  1. Clone the repository from GitHub
git clone https://github.com/sisterbones/thor.git
cd thor
git submodule init
  1. Create a virtual environment and enter it

(Assumes you're using bash, may differ in different shells)

python -m venv .venv/
source .venv/bin/activate

Your shell should now look something like this:

(.venv) $
  1. Install dependencies
pip install -r requirements.txt

3rd Party Libraries

This repository includes the following third-party libraries:

Additionally, it includes the following third-party libraries as Git submodules:

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages