ccc
ccc

Reputation: 303

QuantLib installation in Python

Can someone assist with up-to-date instructions for the installation of the QuantLib in Python. I have used the instructions on this link https://vineetv.wordpress.com/2015/07/07/installing-quantlib-python-windows/ and followed the video on this link https://www.youtube.com/watch?v=uWMT78XJFJE but I keep on getting errors in building the solutions. I am new to programming.

Upvotes: 1

Views: 4032

Answers (1)

PvK
PvK

Reputation: 370

Install Anaconda 4.3.1 (link), then open a Command Prompt as Admin and type:

pip install QuantLib-Python

For me, this only worked on the latest version of Anaconda including Python 3.6, think the QuantLib-Python package was implemented in PIP only very recently.

Upvotes: 4

Related Questions