Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

Latest commit

 

History

History
37 lines (20 loc) · 435 Bytes

README.rst

File metadata and controls

37 lines (20 loc) · 435 Bytes

PythonSD website

This is the homepage of the San Diego Python group.

Generating the website

% pip install -r requirements.txt
% make html

Viewing the site locally

Start the development server

% ./develop_server.sh start

Stop the development server

% ./develop_server.sh stop

Publishing to Github

% make github