Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ewoksppf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
workflow
ewoks
ewoksppf
Commits
5b132ca9
Commit
5b132ca9
authored
2 years ago
by
Wout De Nolf
Browse files
Options
Downloads
Plain Diff
Merge branch 'pip_in_doc' into 'main'
docs: simplify pip and pytest See merge request
!81
parents
f640a854
56f400df
No related branches found
Branches containing commit
Tags
v0.0.3a3
Tags containing commit
1 merge request
!81
docs: simplify pip and pytest
Pipeline
#108250
passed
2 years ago
Stage: test
Stage: style
Stage: build
Stage: test_build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-2
2 additions, 2 deletions
README.md
doc/index.rst
+3
-3
3 additions, 3 deletions
doc/index.rst
with
5 additions
and
5 deletions
README.md
+
2
−
2
View file @
5b132ca9
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
doc/index.rst
+
3
−
3
View file @
5b132ca9
...
...
@@ -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
-------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment