Skip to content

Commit

Permalink
Use python3.7 instead of python3 (#2562)
Browse files Browse the repository at this point in the history
python3 will give `ModuleNotFoundError: No module named 'manticore'` error.
  • Loading branch information
gsm1011 committed Jul 5, 2022
1 parent 2918710 commit 3404267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ manticore@8d456f662d0f:~/manticore/examples/linux$ cat mcore_*/*1.stdin | ./basi

# Use the Manticore API
manticore@8d456f662d0f:~/manticore/examples/linux$ cd ../script
manticore@8d456f662d0f:~/manticore/examples/script$ python3 count_instructions.py ../linux/helloworld
```
manticore@8d456f662d0f:~/manticore/examples/script$ python3.7 count_instructions.py ../linux/helloworld
```

0 comments on commit 3404267

Please sign in to comment.