Installation

From PyPI

To install PyEconomics, use pip:

pip install pyeconomics

From Source

If you want to install the package from the source code, follow these steps:

  1. Clone the repository:

    git clone https://github.com/nathanramoscfa/pyeconomics.git
    
  2. Change to the project directory:

    cd pyeconomics
    
  3. Install the package:

    pip install .