Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 466 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 466 Bytes

Python Portfolio Analytics

Streamlit App

A simple portfolio tracker app developed in Python.

Local development (requires python 3.10):

$ git clone https://github.com/simprecicchiani/PyPortfolioAnalytics.git
$ cd PyPortfolioAnalytics
$ pip install -r requirements.txt
$ streamlit run app/main.py