I have made few functions in Pycharms using the following packages:
Urllib.requestsNumpy
However, when I used these functions inside a code that I wrote in Ironpython (used in order to make a GUI), I recieved an exception that there are no such modules.
How can I install packages used in function?
Thank you.
Installing modules in IronPython should be as easy as:
But sometimes IronPython is a pain.