up counts

This commit is contained in:
Tykayn 2024-10-20 18:14:38 +02:00 committed by tykayn
parent 6607af69c9
commit 4bc7c4e2d6
3 changed files with 7 additions and 4 deletions

View file

@ -5,7 +5,7 @@ echo " installation de dépendances pour faire ses propres ebook par tyk
echo " =============================================================================================== "
sudo apt install -y calibre pandoc python;
pip install matoplotlib argparse --user;
pip install matoplotlib argparse pandas numpy --user;
echo " =============================================================================================== "
echo "OK c'est installé!"