Skip to content

Commit 9b9a8b6

Browse files
authored
Update README.md
1 parent ce4ed92 commit 9b9a8b6

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
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
214
1 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

6375
If 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

7979
Once financepy has been installed, it is easy to get started.

0 commit comments

Comments
 (0)