Skip to content
Snippets Groups Projects
Commit 5b132ca9 authored by Wout De Nolf's avatar Wout De Nolf
Browse files

Merge branch 'pip_in_doc' into 'main'

docs: simplify pip and pytest

See merge request !81
parents f640a854 56f400df
No related branches found
Tags v0.0.3a3
1 merge request!81docs: simplify pip and pytest
Pipeline #108250 passed
......@@ -5,13 +5,13 @@ ewoksppf provides task scheduling for cyclic [ewoks](https://ewoks.readthedocs.i
## Install
```bash
python3 -m pip install ewoksppf[test]
pip install ewoksppf[test]
```
## Test
```bash
python3 -m pytest --pyargs ewoksppf.tests
pytest --pyargs ewoksppf.tests
```
## Documentation
......
......@@ -12,7 +12,7 @@ Install requirements
.. code:: bash
python3 -m pip install ewoksppf
pip install ewoksppf
Execute a workflow
......@@ -26,8 +26,8 @@ Run the tests
.. code:: bash
python3 -m pip install ewoksppf[test]
python3 -m pytest --pyargs ewoksppf.tests
pip install ewoksppf[test]
pytest --pyargs ewoksppf.tests
Documentation
-------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment