Is there anyone here that uses python or familiar with it? I downloaded EDM and basically trying to figure out getting the numpy, pandas, and matplotlib packages.
From what I'm doing is using command prompt typing in the following line:
edm install ipython numpy
then it compiled and a whole bunch of stuff happened.
I thought all you should do is go into python and type in
import numpy as np
import pandas as pd
import matplotlib as plt
but when I do I get some error