comparison README.md @ 14:06e63d7cdb22

now you don't know committer: GitHub <noreply@github.com>
author Dennis C. M. <dennis@denniscm.com>
date Wed, 09 Aug 2023 19:43:23 +0100
parents c3fa0dd36eda
children ca59a9f4076f
comparison
equal deleted inserted replaced
13:c3fa0dd36eda 14:06e63d7cdb22
1 # python-black-scholes model 1 # python-black-scholes model
2 2
3 I'm a finance student trying to stop procrastinating and start studying my derivatives lectures. So, in order to 3
4 understand the Black-Scholes model, I built this simple command line tool. Which is far more interesting than memorizing
5 stupid stuff from the professor's slides.
6 4
7 ## Installation 5 ## Installation
8 6
9 ### Using pip 7 ### Using pip
10 8