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:
|
||||
```bash
|
||||
sudo apt-get install zlib1g libjpeg-dev libatlas-base-dev
|
||||
cd $HOME
|
||||
git clone --branch feature/venv --single-branch https://github.com/aceisace/Inkycal
|
||||
cd Inkycal
|
||||
|
@ -11,7 +11,7 @@ kiwisolver==1.4.2
|
||||
lxml==4.8.0
|
||||
matplotlib==3.5.1
|
||||
multitasking==0.0.10
|
||||
numpy==1.21.5
|
||||
numpy==1.22.3
|
||||
packaging==21.3
|
||||
pandas==1.3.5
|
||||
Pillow==9.1.0
|
||||
@ -22,8 +22,10 @@ python-dateutil==2.8.2
|
||||
pytz==2022.1
|
||||
recurring-ical-events==0.1.17b0
|
||||
requests==2.27.1
|
||||
RPi.GPIO==0.7.1
|
||||
sgmllib3k==1.0.0
|
||||
six==1.16.0
|
||||
spidev==3.5
|
||||
todoist-python==8.1.3
|
||||
typing_extensions==4.1.1
|
||||
urllib3==1.26.9
|
||||
|
Loading…
Reference in New Issue
Block a user