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