A package to solve the Knightian model of innovation.
To install knightian_model
, first download the source code, for example, by opening a terminal prompt and typing
git clone https://github.com/QBatista/knightian_model
Once you have downloaded the source code on your machine, run
pip install /path/to/package
Alternatively, if you would like any modification that you make to the source code to be applied without having to reinstall the package, use
pip install -e /path/to/package
To run tests, navigate to your local copy of this repository and run pytest
.