Skip to content

Contributors Guide

Norihito Shirai edited this page Feb 2, 2019 · 5 revisions

Setup your development environment

Froking

You will need your own fork to work on the code and connect your repository to the upstream (main project).

$ git clone git@github.com:your-username/scikit-stan.git
$ cd scikit-stan
$ git remote add upstream git@github.com:BayesianFreaks/scikit-stan.git

Python3 environment

We don't support Python2. You will set up only Python3 environment. TBD

Join our mailing list

TBD

Documentation

If you'd like to improve the documentation you can edit and send pull request.

  1. The documentation source files
    https://github.com/BayesianFreaks/scikit-stan/tree/master/docs

Clone this wiki locally