DashAI icon indicating copy to clipboard operation
DashAI copied to clipboard

Script to create python enviroment and run DashAI

Open Lucas-CE opened this issue 10 months ago • 0 comments

Summary

This pull request introduces a script to automate the creation of a python virtual environment, installing dependencies, and running DashAI frontend and backend.

This automation only works if the PATH environment variable with the name 'python' points to a Python 3.8 executable. Given that when creating the environment the command python -m venv name is used in the script.

Lucas-CE avatar Apr 30 '24 22:04 Lucas-CE