for numpy: in the shell type pip install numpy
pip install numpy
fo the run command: in the .replit file add this line (need to show hidden files):
.replit
run = "python3 main.py"