To install the quantecon package, open a terminal (OS X or Linux) or command line window (Windows) and type: ``` bash pip install quantecon ``` This should then show successful installation. Then you can open `python` or Jupyter notebooks and start using the package by: ``` python import quantecon as qe ```
To install the quantecon package, open a terminal (OS X or Linux) or command line window (Windows) and type:
This should then show successful installation. Then you can open
pythonor Jupyter notebooks and start using the package by: