Inkycal/docs/quickstart.md

24 lines
575 B
Markdown
Raw Normal View History

2020-11-24 00:35:12 +01:00
# Quickstart
<img align="center" src="https://raw.githubusercontent.com/aceisace/Inky-Calendar/development/Gallery/logo.png" width="800">
## Installing Inkycal
Install inkycal directly via the github repo:
```bash
# clone the repo
2020-12-07 23:08:32 +01:00
git clone https://github.com/aceisace/Inkycal
2020-11-24 00:35:12 +01:00
# go to downloaded repo folder
cd Inkycal
# install Inkycal
pip3 install -e ./
```
## Creating settings file
2020-12-07 23:08:32 +01:00
Please nagivate to the [WEB-UI](https://aceisace.eu.pythonanywhere.com/index) to create your settings file.
Copy the generated settings file to the Raspberry Pi
more coming soon..