Commit 58d3faa8ca1a08cf6024485303c1d77d20fcf84b

Authored by Miguel Barão
1 parent d916b4ff
Exists in master and in 1 other branch dev

README.md edited online with Bitbucket

Showing 1 changed file with 14 additions and 21 deletions   Show diff stats
README.md
... ... @@ -2,6 +2,14 @@
2 2  
3 3 Online "perguntations".
4 4  
  5 +## Requirements:
  6 +
  7 +- python3.4
  8 +- cherrypy
  9 +- mako
  10 +- yaml
  11 +
  12 +
5 13 ## System setup:
6 14  
7 15  
... ... @@ -22,28 +30,13 @@ mkdir logs # logs are stored here
22 30  
23 31 ```
24 32  
25   -### What is this repository for? ###
26   -
27   -* Quick summary
28   -* Version
29   -* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo)
30   -
31   -### How do I get set up? ###
32   -
33   -* Summary of set up
34   -* Configuration
35   -* Dependencies
36   -* Database configuration
37   -* How to run tests
38   -* Deployment instructions
39   -
40   -### Contribution guidelines ###
  33 +### Contribute ###
41 34  
42   -* Writing tests
  35 +* Writing questions in yaml format
  36 +* Testing and reporting bugs
43 37 * Code review
44   -* Other guidelines
  38 +* New features and ideas
45 39  
46   -### Who do I talk to? ###
  40 +### Contacts ###
47 41  
48   -* Repo owner or admin
49   -* Other community or team contact
50 42 \ No newline at end of file
  43 +* Miguel Barão mjsb@di.uevora.pt
51 44 \ No newline at end of file
... ...