Skip to content

Commit d3ae576

Browse files
authored
Add installation instructions (#85)
1 parent 1bc4440 commit d3ae576

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ the connections between the different Python functions and a conda environment f
1212
The files are not intended to be human readable, but rather interact as a machine readable exchange format between the
1313
different workflow engines to enable interoperability.
1414

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:
21+
```
22+
conda install conda-forge::python-workflow-definition
23+
```
24+
1525
## Examples
1626
### Simple Example
1727
As a first example we define two Python functions which add multiple inputs:

0 commit comments

Comments
 (0)