up réseau de personnages et graph des intrigues

This commit is contained in:
Tykayn 2025-08-30 17:22:32 +02:00 committed by tykayn
parent 499ec2154a
commit b4b4398bb0
24 changed files with 6836 additions and 33 deletions

View file

@ -4,8 +4,10 @@ echo " ========================================================================
echo " installation de dépendances pour faire ses propres ebook par tykayn de cipherbliss.com "
echo " =============================================================================================== "
sudo apt install -y calibre pandoc python;
pip install matoplotlib argparse pandas numpy --user;
sudo apt install -y calibre pandoc python3;
python -m venv venv
source venv/bin/activate
pip install matplotlib argparse pandas numpy networkx --user;
echo " =============================================================================================== "
echo "OK c'est installé!"