Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abwesend890 authored Oct 5, 2021
1 parent 4c3ebf3 commit ad7a6f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/javascript/translator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ The following steps are exemplarily presented in `usage_example.html` and `usage
- use micropip to install the translator-wheel created by `setup.py` into the python environment
- store the pddl strings to the browser's virtual filesystem using python
- import and execute the translator in python:
```Python
```Python
from translator.translate import run
run(["domain.pddl", "problem.pddl", "--sas-file", "output.sas"])
```
- load the result from the python environment to the javascript environment for further use
```
- load the result from the python environment to the javascript environment for further use

0 comments on commit ad7a6f6

Please sign in to comment.