nyu-econ-370
nyu-econ-370 copied to clipboard
Installing the quantecon package
trafficstars
To install the quantecon package, open a terminal (OS X or Linux) or command line window (Windows) and type:
pip install quantecon
This should then show successful installation. Then you can open python or Jupyter notebooks and start using the package by:
import quantecon as qe