We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85977b6 commit 131b49aCopy full SHA for 131b49a
README.rst
@@ -2,3 +2,15 @@ PYTHONKC.COM WEBSITE
2
====================
3
4
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