diff --git a/book/src/Setup/Ansible.md b/book/src/Setup/Ansible.md index 3519de298711cc1945fe6fd53b164ffb98ff5ff6..b37cbba48d58ad1369fa4dd2168e05a95eaf3aeb 100644 --- a/book/src/Setup/Ansible.md +++ b/book/src/Setup/Ansible.md @@ -22,6 +22,19 @@ On success the output should look something like this, the important part being  +All python libraries installed by the script are contained in the virtual environment at `~/.ml-venv` instead of being installed system-wide. To learn how to add packages to the venv, take a look at [this](./Install-additional-packages.md) section. + +The following specific packages are installed by default: +- numpy (version 1.21) +- scikit-learn, aka. sklearn (version 1.0) +- matplotlib (version 3.4) +- pandas (version 1.3) +- Pillow (version 8.4) +- seaborn (version 0.11) +- plotly (version 5.4) +- nltk (version 3.6) +- tensorflow (2.7.0) + You have now installed the necessary prerequesites and are ready to go. Running the setup process again later will update the system according to the latest specifications.