Skip to content

Commit 6c27b98

Browse files
authored
Update README.md
1 parent 03c08cd commit 6c27b98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ To run one of the included examples, type e.g.
1818
pytheus run --example ghz_346
1919
```
2020

21-
To list all examples, type
21+
NOTE: currently there is an issue in some installations where examples are not by the above command. You can also run config json files by referring to them by their path in the package resources. they can be found in the directory `pytheus/graphs`
2222

2323
```
24-
pytheus list
24+
pytheus run PATH_TO_YOUR_INPUT_FILE
2525
```
2626

27-
To run your own input file, type
27+
To list all examples, type
2828

2929
```
30-
pytheus run PATH_TO_YOUR_INPUT_FILE
30+
pytheus list
3131
```
3232

3333
Output of optimization is saved to a directory called `output`. Names of the subdirectories are specified by the name

0 commit comments

Comments
 (0)