Installation

You can easily install this library using the setup.py script.

Firstly, you have to clone the github repo . Then go to the Purestochastic directory and install all dependencies with this command :

pip3 install -r requirements.txt

Finally you can install Purestochastic.

pip3 install .

Then, you can use it in your code with this import :

import purestochastic as ps