From 56782cee3f173de75b4b07f7d0eb58aa97c15475 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Sat, 24 Apr 2021 14:14:15 -0300 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 096e034..e9b02de 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,15 @@ Models in Python for General Bots AI demands. # Environment - 1. Visual Studio Code (VSCode) - 2. VSCode Extension: Azure Functions - 3. VSCode Extension: Azure Machine Learning - 4. Node - 5. npm install -g azure-functions-core-tools@3 --unsafe-perm true + 1. Install Visual Studio Code (VSCode); + 2. Install VSCode Extension: Azure Functions; + 3. Install VSCode Extension: Azure Machine Learning; + 4. Install NodeJS; + 5. Run npm install -g azure-functions-core-tools@3 --unsafe-perm true. # Libraries -- TensorFlow -- SciKit-Learning -- Pandas -- NumPy +- TensorFlow; +- SciKit-Learning; +- Pandas; +- NumPy.