added to pypi

release40
eric 2017-06-19 23:36:09 -04:00
parent 350aebabce
commit 76aa128813
2 changed files with 9 additions and 0 deletions

1
.gitignore vendored
View File

@ -7,6 +7,7 @@ local_settings.py
*egg-info
*.egg
build
dist
.project
.pydevproject
.settings

View File

@ -40,8 +40,16 @@ What it does cover is the following:
* **Migration** explains how a questionnaire defined with 1.0 can be used in 2.0.
* **2.0 Postmortem** talks about some experiences made during the development of 2.0.
## Integration
### Install
If you just want to install, start with
pip install fef-Questionnaire
### Example Setup
This part of the docs will take you through the steps needed to create a questionnaire app from scratch. It should also be quite handy for the task of integrating the questionnaire into an existing site.