You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,16 @@ the connections between the different Python functions and a conda environment f
12
12
The files are not intended to be human readable, but rather interact as a machine readable exchange format between the
13
13
different workflow engines to enable interoperability.
14
14
15
+
## Installation
16
+
The Python Workflow Definition can either be installed via pypi or via conda. For the [pypi installation](https://pypi.org/project/python-workflow-definition/) use:
17
+
```
18
+
pip install python-workflow-definition
19
+
```
20
+
For the conda installation via the [conda-forge community channel](https://anaconda.org/conda-forge/python-workflow-definition) use:
0 commit comments