Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT: review QuantEcon.py page #111

Merged
merged 2 commits into from
Jul 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
21 changes: 0 additions & 21 deletions pages/python-examples.md

This file was deleted.

13 changes: 5 additions & 8 deletions pages/quantecon-py.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ A high performance, open source Python code library for economics

## Installation

Before installing `quantecon` we recommend you install the [Anaconda](https://www.anaconda.com/download/) Python distribution, which includes a full suite of scientific python tools. **Note:** quantecon is now only supporting Python version 3.5+. This is mainly to allow code to be written taking full advantage of new features such as using the @ symbol for matrix multiplication. Therefore please install the latest Python 3 Anaconda distribution.
Before installing `quantecon` we recommend you install the [Anaconda](https://www.anaconda.com/download/) Python distribution, which includes a full suite of scientific python tools.

Next you can install quantecon by opening a terminal prompt and typing

Expand Down Expand Up @@ -60,16 +60,13 @@ An alternative is to download the sourcecode of the `quantecon` package and in

Once you have downloaded the source files then the package can be installed by running

python setup.py install
cd QuantEcon.py
pip install ./

(To learn the basics about setting up Git see [this link](https://help.github.com/articles/set-up-git/).)

## Examples and Sample Code

Many examples of QuantEcon.py in action can be found at [Quantitative Economics](https://lectures.quantecon.org/). See also the
Many examples of QuantEcon.py in action can be found at [Quantitative Economics](https://lectures.quantecon.org/).

* [Documentation](http://quanteconpy.readthedocs.org/en/latest/)
* [Notebook gallery](/notebooks)
* [Additional Examples](/python-examples)

QuantEcon.py is supported financially by the [Alfred P. Sloan Foundation](http://www.sloan.org/) and is part of the [QuantEcon organization](/).
QuantEcon.py is supported financially by the [Alfred P. Sloan Foundation](http://www.sloan.org/) and is part of the [QuantEcon organization (A NumFOCUS fiscally sponsored project)](/).