Inkycal/docs/quickstart.rst

26 lines
453 B
ReStructuredText
Raw Normal View History

2020-11-23 00:44:32 +01:00
.. image:: ../Gallery/logo.png
:align: center
2020-05-29 04:18:25 +02:00
Quickstart
2020-11-23 00:44:32 +01:00
===========
Installing Inkycal
------------------
Install inkycal directly via the github repo:
.. code-block:: sh
:linenos:
# clone the repo
git clone -b release/2.0.0 https://github.com/aceisace/Inky-Calendar Inkycal
# go to downloaded repo folder
cd Inkycal
2020-05-07 20:17:32 +02:00
2020-11-23 00:44:32 +01:00
# install Inkycal
pip3 install -e ./
2020-05-07 20:17:32 +02:00
2020-11-23 00:44:32 +01:00
Creating settings file
----------------------
coming soon