here is the library of contingencies
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
simon 50755f23fb edits to rvrs 4 years ago
scripts added scripts 4 years ago
tasks edits to rvrs 4 years ago
.gitignore gitignore venv, log, tasks.html 4 years ago
Makefile Update 'Makefile' 4 years ago
README.md Update 'README.md' 4 years ago

README.md

libraryofcontingencies

here is the library of contingencies

Creating the venv

python3 -m venv venv

source venv/bin/activate

pip install mwclient html5lib

Activating the venv

cd /var/www/html

source venv/bin/activate

Pulling the tasks

python scripts/pulltasks.py

Running the server locally

cd tasks && python -m http.server