Installing

For install this tool, it’s so simple, you need mamba or conda package manager (mamba its my favorite), which takes care of setting up a virtual environment.

First you need to clone the repository

Once downloaded, get into folder and write:

mamba env create -f environment.yml
conda env create -f environment.yml

Next step its activate the environment with the following command:

mamba activate geostochpy
conda activate geostochpy

Once the environment is activated, you need to install the package, for this you need to go to the folder where the setup.py file is located and write:

python setup.py install

Now you can make a test using an example of Stochastic process Gallery πŸ“– πŸ“ˆ 🌎