chriskelly / LifeFinances

Scripts for validating retirement plans using Monte Carlo analysis.
GNU Affero General Public License v3.0
9 stars 3 forks source link
financial-independence genetic-algorithm investing monte-carlo retirement-planning simulation

LifeFInances

Dependencies

Supported for python version 3.10.

The code requires various packages, which are listed in the requirements/ directory. Using virtual enviroments is recommended. To install them all at once, run the following command in the top-level directory of this repository.

pip install -r requirements/common.txt

or

pip3 install -r requirements/common.txt

Developers should replace common.txt with dev.txt.

First Time Usage

More documentation is still pending. In the meantime, feel free to open an issue with questions about usage.

Without Docker:

With Docker:

Code Structure