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:
Clone the repository:
git clone https://github.com/nathanramoscfa/pyeconomics.git
Change to the project directory:
cd pyeconomics
Install the package:
pip install .