FOLLOW US
-
-
- Convore
- Google Group
- Meetup @@ -142,7 +141,7 @@
diff --git a/README.markdown b/README.markdown index 150361d..cd76831 100644 --- a/README.markdown +++ b/README.markdown @@ -23,10 +23,10 @@ cd ~/vagrant/ansible ansible-playbook vagrant.yml ``` -## Development Quickstart Option 2 (virtualenv) +## Development Quickstart get up and running 'as is' Option 2 (virtualenv) ``` -mkvirtualenv pythonkc +mkvirtualenv --no-site-packages --distribute pythonkc git clone git@github.com:pythonkc/pythonkc.com.git cd pythonkc.com/pythonkc_site pip install -r requirements/project.txt @@ -35,6 +35,16 @@ python manage.py runserver Profit! $$$ +## For upgrading to Python3 Development Option 3 (virtualenv) + +``` +mkvirtualenv pythonkc -p `which python3` +git clone git@github.com:pythonkc/pythonkc.com.git +cd pythonkc.com/pythonkc_site +pip install -r requirements/project.txt +python manage.py runserver +``` + ## More Detailed Instructions See: docs/local_development diff --git a/pythonkc_site/templates/index.html b/pythonkc_site/templates/index.html index 55d3939..594c661 100644 --- a/pythonkc_site/templates/index.html +++ b/pythonkc_site/templates/index.html @@ -132,7 +132,6 @@