nyu-econ-370 icon indicating copy to clipboard operation
nyu-econ-370 copied to clipboard

Installing the quantecon package

Open mmcky opened this issue 9 years ago • 0 comments
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

mmcky avatar Apr 07 '16 16:04 mmcky