Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 757 Bytes

installing.rst

File metadata and controls

34 lines (21 loc) · 757 Bytes

Installation

The preferred way to install the package is using pip.

If your want to modify the code or contribute to the development, feel free to clone the repository and to set up the project on your own machine.

Install from PyPI

Install the package (or add it to your requirements.txt file):

pip install vanilla_option_pricing

Set up the project

Clone the repository:

git clone https://github.com/donlelef/vanilla-option-pricing.git

The project uses Poetry as a dependency manager. To get started, follow the official documentation. Then, simply run:

poetry install