Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 607 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 607 Bytes

PortfolioAnalyzer

This package contains the tools I use to analyze stocks and portfolios. The package is pip installable. So you can use it typing

pip install git+https://github.com/Tokukawa/PortfolioAnalyzer.git

Take a look at the jupyter examples to see what you can do with this package.

Namaste.

Local installation

pip install .

Depends on your OS and arch (OSX mostly), maybe you will have this error:

failed building wheel for scs

To fix that you need to pass explicit your arch:

ARCHFLAGS="-arch x86_64"  pip install .