fix missing dependencies
This commit is contained in:
parent
8a778e1cbf
commit
87335217f2
@ -68,6 +68,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:
|
Run the following steps to install Inkycal. Do not use sudo for this:
|
||||||
```bash
|
```bash
|
||||||
|
sudo apt-get install zlib1g libjpeg-dev libatlas-base-dev
|
||||||
cd $HOME
|
cd $HOME
|
||||||
git clone --branch feature/venv --single-branch https://github.com/aceisace/Inkycal
|
git clone --branch feature/venv --single-branch https://github.com/aceisace/Inkycal
|
||||||
cd Inkycal
|
cd Inkycal
|
||||||
|
@ -11,7 +11,7 @@ kiwisolver==1.4.2
|
|||||||
lxml==4.8.0
|
lxml==4.8.0
|
||||||
matplotlib==3.5.1
|
matplotlib==3.5.1
|
||||||
multitasking==0.0.10
|
multitasking==0.0.10
|
||||||
numpy==1.21.5
|
numpy==1.22.3
|
||||||
packaging==21.3
|
packaging==21.3
|
||||||
pandas==1.3.5
|
pandas==1.3.5
|
||||||
Pillow==9.1.0
|
Pillow==9.1.0
|
||||||
@ -22,9 +22,11 @@ python-dateutil==2.8.2
|
|||||||
pytz==2022.1
|
pytz==2022.1
|
||||||
recurring-ical-events==0.1.17b0
|
recurring-ical-events==0.1.17b0
|
||||||
requests==2.27.1
|
requests==2.27.1
|
||||||
|
RPi.GPIO==0.7.1
|
||||||
sgmllib3k==1.0.0
|
sgmllib3k==1.0.0
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
|
spidev==3.5
|
||||||
todoist-python==8.1.3
|
todoist-python==8.1.3
|
||||||
typing_extensions==4.1.1
|
typing_extensions==4.1.1
|
||||||
urllib3==1.26.9
|
urllib3==1.26.9
|
||||||
yfinance==0.1.70
|
yfinance==0.1.70
|
Loading…
Reference in New Issue
Block a user