Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 377 Bytes

File metadata and controls

29 lines (19 loc) · 377 Bytes

kiwipycon

Documents relevant to organising a Kiwi PyCon conference. To build:

  1. Create a virtualenv for python3:
  virtualenv -p python3 ve
  . ve/bin/activate
  1. Install dependencies:
  pip install -r requirements.txt
  1. Build HTML docs:
  make html
  1. Open the newly built docs in your browser:
  xdg-open _build/html/index.html