Metadata-Version: 2.1
Name: solow-sim
Version: 0.1.2
Summary: Demo library
Home-page: https://github.com/loick333/solow_library
Author: Loick Lepine
Author-email: loick.lepine@mail.mcgill.ca
License: MIT
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: matplotlib (==3.6.0)
Requires-Dist: pandas (==1.5.0)

# Solow Library

A Solow simulator to help understand the basics of the model



### Installation

```

pip install solow-sim

```



### Get started

To start experimenting



```Python

from solow_library import user_interface

user_interface

```

Then, run the python file and follow the instructions.

To play around by yourself,



```Python

from solow_library import solow

```
