21 lines
437 B
Markdown
21 lines
437 B
Markdown
|
# 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
|
||
|
git clone -b release/2.0.0 https://github.com/aceisace/Inky-Calendar Inkycal
|
||
|
|
||
|
# go to downloaded repo folder
|
||
|
cd Inkycal
|
||
|
|
||
|
# install Inkycal
|
||
|
pip3 install -e ./
|
||
|
```
|
||
|
|
||
|
## Creating settings file
|
||
|
coming soon
|