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
@@ -378,6 +379,17 @@ <h2>Format<a class="headerlink" href="#format" title="Link to this heading">#</a
378
379
The files are not intended to be human readable, but rather interact as a machine readable exchange format between the
379
380
different workflow engines to enable interoperability.</p>
380
381
</section>
382
+
<sectionid="installation">
383
+
<h2>Installation<aclass="headerlink" href="#installation" title="Link to this heading">#</a></h2>
384
+
<p>The Python Workflow Definition can either be installed via pypi or via conda. For the <aclass="reference external" href="https://pypi.org/project/python-workflow-definition/">pypi installation</a> use:</p>
<p>For the conda installation via the <aclass="reference external" href="https://anaconda.org/conda-forge/python-workflow-definition">conda-forge community channel</a> use:</p>
Copy file name to clipboardExpand all lines: _sources/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