Skip to content

Commit 08aed90

Browse files
authored
Update README.md
1 parent 569eaf4 commit 08aed90

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
# BlackScholes-R
22
Black-Scholes and Bachelier option price and implied volatility functions in R
3+
4+
## Installation
5+
Install `devtools` package in run
6+
```R
7+
library(devtools)
8+
install_github("PyFE/BlackScholes-R", subdir="pakage")
9+
```

0 commit comments

Comments
 (0)