husstanden/README.md
2019-05-12 15:17:22 +01:00

22 lines
413 B
Markdown

# Husstanden
Husstanden is a service that aims towards organizing your day to day life
## Requirements
- Python 3.5+
## How to set up husstanden
Install the required dependencies with pip
```
$ pip install -r requirements.txt
```
Make sure you compile the babel languages
```
$ pybabel compile -d translations
```
Lastly, run the web server
```
$ python3 main.py
```
Configuration can be edited in config.json