We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b3d21 commit b571bcfCopy full SHA for b571bcf
README.md
@@ -32,7 +32,7 @@ $ julia --color=yes -e 'using Pkg; Pkg.add(Pkg.PackageSpec(path="https://github.
32
$ julia --color=yes -e 'using Pkg; Pkg.add(Pkg.PackageSpec(path="https://github.com/JuliaPy/PyCall.jl"))'
33
```
34
35
-- Install Python dependencies
+- Install Python dependencies
36
37
```bash
38
$ python3 -m pip install --upgrade pip
@@ -41,6 +41,10 @@ $ cd pddl-plarser
41
$ python3 -m pip install -r requirements.txt
42
43
44
+# Usage
45
+
46
+Navigate to the root directory and you can run the tool by using : `python3 main.py "data/domain.pddl" "data/problem.pddl"`
47
48
# REFL Mode
49
50
- Clone the repository: `git clone https://github.com/APLA-Toolbox/pddl-plarser`
0 commit comments