Merge pull request #251 from aceisace/hotfix/#249

Hotfix/#249
This commit is contained in:
Ace 2023-04-20 12:20:03 +02:00 committed by GitHub
commit 32c34a92fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -73,7 +73,7 @@ The previous installer has been deprecated to give more transparency about the i
Run the following steps to install Inkycal. Do **not** use sudo for this, except where explicitly specified.
```bash
# the next line is for the Raspberry Pi only
sudo apt-get install zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python3-dev scons libssl-dev python3-venv python3-pip git
sudo apt-get install zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python3-dev scons libssl-dev python3-venv python3-pip git libfreetype6-dev
cd $HOME
git clone --branch main --single-branch https://github.com/aceisace/Inkycal
cd Inkycal

View File

@ -14,4 +14,4 @@ import inkycal.modules.inkycal_slideshow
# Main file
from inkycal.main import Inkycal
import inkycal.modules.inkycal_stocks
#import inkycal.modules.inkycal_stocks

View File

@ -5,6 +5,6 @@ from .inkycal_feeds import Feeds
from .inkycal_todoist import Todoist
from .inkycal_image import Inkyimage
from .inkycal_jokes import Jokes
from .inkycal_stocks import Stocks
#from .inkycal_stocks import Stocks
from .inkycal_slideshow import Slideshow
from .inkycal_textfile_to_display import TextToDisplay