Skip to content

jyrive/investing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Investing Scenario Generator

This repository is designed for creating and analyzing investment scenarios. The purpose is to simulate different investing situations and help users make informed decisions by forecasting potential returns and risks under various conditions.

Getting Started

To set up the environment and start using the investment scenario generator, follow the steps below.

Prerequisites

Make sure you have Python 3.x installed on your system. The repository uses venv to create an isolated Python environment for dependencies.

Installation Guide

  1. Clone the repository to your local machine:
git clone <repository_url>
cd <repository_directory>
  1. Create a virtual environment using venv:
python3 -m venv venv
  1. Activate the virtual environment:
  • On macOS and linux:
source venv/bin/activate
  • On windows:
.\venv\Scripts\activate
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Start using the investment scenario generator:
python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages