Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 368 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 368 Bytes

PandemicPrepKit.org

Installation

  1. Create an environment using the tool of choice. Here's some examples:
# virtualenv
python3 -m venv PandemicPrepKit

# Conda
conda create -n PandemicPrepKit python=3.6
conda activate PandemicPrepKit
  1. Install lektor
pip install -r requirements.txt
  1. Run the server
lektor server