File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 1- # Latest News and Version
1+ # FinancePy
2+ A one-stop library for pricing and risk-managing options, futures and other financial instruments. See below for a comprehensive overview.
3+
4+ # Getting Started
5+ FinancePy can be installed from pip using the following command:
6+
7+ ` pip install financepy `
8+
9+ To upgrade an existing installation type:
10+
11+ ` pip install --upgrade financepy `
12+
13+ # Versions
2141 May 2024 version 0.360 released
315- Fixed all notebooks to ensure they all work with current version
416- Unit tests complete with success
@@ -62,18 +74,6 @@ If you have a knowledge of Quantitative Finance and a reasonable knowledge of Py
6274
6375If you are a user and require some additional functionality, then please add it as an issue.
6476
65- # Quick Start Guide
66-
67- FinancePy can be installed from pip using the following command:
68-
69- ` pip install financepy `
70-
71- To upgrade an existing installation type:
72-
73- ` pip install --upgrade financepy `
74-
75- I have encountered problems using Anaconda3-2020.07 due to some Numba and LLVMLite problems. However, Anaconda3-2020.02 works.
76-
7777## Using FinancePy in a Jupyter Notebook
7878
7979Once financepy has been installed, it is easy to get started.
You can’t perform that action at this time.
0 commit comments