- 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
- Install lektor
pip install -r requirements.txt
- Run the server
lektor server