After I upgrade LlamaIndex to V0.10, I meet this Warning message.
" DeprecationWarning: Call to deprecated function (or staticmethod) download_loader. (download_loader() is deprecated. Please install tool using pip install directly instead.)"
How to install using pip? I am using " PandasCSVReader = download_loader("PandasCSVReader") "