Skip to content
Snippets Groups Projects
Commit 35d4e428 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

Update example command in readme

parent ac67aa8f
No related branches found
No related tags found
1 merge request!66Update example command in readme
Pipeline #24954 skipped
......@@ -14,7 +14,14 @@ on a CUDA-capable machine.
Run the tests from the repository root as follows:
pyfeeds -c pyfeeds_config.cfg -o /path/to/output_direcfory .
```
pyfeeds run \
-c pyfeeds_config.cfg \
-i /path/to/input/data \
-b /path/to/benchmark/data \
-o /path/to/output_direcfory . \
[./paths/to/tests/you/want/to/run/ ...]
```
Before running the tests, make sure to update the paths in
`pyfeeds_config.cfg`.
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