Skip to content

Commit

Permalink
Merge pull request #38 from lexara-prime-ai/dev
Browse files Browse the repository at this point in the history
Updated script comments.
  • Loading branch information
lexara-prime-ai authored Jun 4, 2024
2 parents a63a4b5 + f569b45 commit f68faad
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/bash/python_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ for module in "${!module_import_map[@]}"; do
done


# An array modules contains the names of all the modules to be installed.
# The pip install command installs or upgrades all the modules listed in the array.
# A dictionary module_import_map maps module names to their respective import names.
# The [modules] array contains the names of all the modules to be installed.
# The [dictionary] [module_import_map] maps module names to their respective import names.
# The verify_installation function takes a module name and its import name as arguments, checks if the module can be imported, and prints the appropriate message.
# The script iterates over the module_import_map dictionary to verify the installation of each module using the verify_installation function.

0 comments on commit f68faad

Please sign in to comment.