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.

28 lines
351 B
Markdown

5 years ago
# libraryofcontingencies
here is the library of contingencies
5 years ago
## Creating the venv
python3 -m venv venv
5 years ago
source venv/bin/activate
5 years ago
pip install mwclient html5lib
5 years ago
5 years ago
## Activating the venv
cd /var/www/html
5 years ago
source venv/bin/activate
## Pulling the tasks
python scripts/pulltasks.py
## Running the server locally
cd tasks && python -m http.server