I am designing dash application which I am running from windows command line. I wanted to run it in go which is comprises of may instructions as follows:
- create conda testenv
- pip install dash, plotly, pandas and few more libraries
- activate conda environment
- python dash_file.py
Is there any easier way to do this? I am new to command line execution. I want to run it for non technical people where they can install and run everything in one go.