Skip to content

Commit 131b49a

Browse files
committed
The README has been pitiful for some time
Add a development quickstart
1 parent 85977b6 commit 131b49a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,15 @@ PYTHONKC.COM WEBSITE
22
====================
33

44
Files for the PythonKC.com website.
5+
6+
Development Quickstart
7+
----------------------
8+
::
9+
10+
mkvirtualenv pythonkc
11+
git clone git@github.com:pythonkc/pythonkc.com.git
12+
cd pythonkc.com/pythonkc_site
13+
pip install -r requirements/project.txt
14+
python manage.py runserver
15+
16+
Profit! $$$

0 commit comments

Comments
 (0)