How would I install numpy library on Coding Ground?
I tried to install neurolab, termcolor libraries on Coding Ground for python into the working folder using pip install --target=. neurolab pip install --target=. termcolor and they both worked. But when I tried: pip install --target=. numpy it didn't work. I'd like to be able to run my scripts that already work on my computer locally on Coding Ground so that I can share my project with people who don't have Python installed on their computer. UPDATE: I was able to install neurolab, termcolor in the Numpy Terminal after using quit(). But there's no way to share project from Numpy Terminal.