/pipepy

pipeline dynamic calculator

Primary LanguagePython

pipepy

Build Status

a library for simulating pipeline.

how to run project:

VScode:

  • install VScode.
  • install python extention for vscode.
  • update file > preferences > settings:
{
    "python.linting.pylintEnabled": false,

    "python.linting.flake8Enabled": true,

    "files.exclude": {
        "**/*.pyc": true
    }
}

git

conda