add analyse fréquence mots tagcloud
This commit is contained in:
parent
7ae7d5915b
commit
056387013d
9 changed files with 781 additions and 6 deletions
|
@ -7,7 +7,8 @@ echo " ========================================================================
|
|||
sudo apt install -y calibre pandoc python3;
|
||||
python -m venv venv
|
||||
source venv/bin/activate
|
||||
pip install matoplotlib argparse pandas numpy --user;
|
||||
py -m ensurepip --upgrade
|
||||
pip install matplotlib argparse pandas numpy wordcloud pyspellchecker language-tool-python;
|
||||
|
||||
echo " =============================================================================================== "
|
||||
echo "OK c'est installé!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue