Add installation instructions to README

This commit is contained in:
BartolomeD
2020-08-17 14:42:28 -05:00
parent 32240b075d
commit 262d87951c
+15
View File
@@ -10,6 +10,21 @@ A library to price financial options using closed-form solutions written in Pyth
## Installation
To install `optlib` clone the repository
```
git clone https://github.com/BartolomeD/optlib.git
```
Create a virtual environment
```
python3 -m venv env
source env/bin/activate
```
and in the `optlib` directory execute
```
python setup.py install
```
# Closed Form Option Pricing Formulas
## Generalized Black Scholes (GBS) and similar models