Skip to content

Commit b571bcf

Browse files
sampreets3guilyx
authored andcommitted
Updated README.md with usage instructions
1 parent 65b3d21 commit b571bcf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $ julia --color=yes -e 'using Pkg; Pkg.add(Pkg.PackageSpec(path="https://github.
3232
$ julia --color=yes -e 'using Pkg; Pkg.add(Pkg.PackageSpec(path="https://github.com/JuliaPy/PyCall.jl"))'
3333
```
3434

35-
- Install Python dependencies
35+
- Install Python dependencies
3636

3737
```bash
3838
$ python3 -m pip install --upgrade pip
@@ -41,6 +41,10 @@ $ cd pddl-plarser
4141
$ python3 -m pip install -r requirements.txt
4242
```
4343

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+
4448
# REFL Mode
4549

4650
- Clone the repository: `git clone https://github.com/APLA-Toolbox/pddl-plarser`

0 commit comments

Comments
 (0)