From 76ca2200cd890546c08af0c48d07f73777a8dc1d Mon Sep 17 00:00:00 2001 From: "David Paulius (Ramos)" Date: Wed, 19 Apr 2023 14:33:14 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 337ae4a..4e9aa56 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,13 @@ This requires components (specifically the ```FOON_graph_analyzer.py```, ```FOON --- +## How to Download? + +To download this, use the following command (as this repository's code depends on certain submodules): + +``` +>> git clone https://github.com/davidpaulius/foon_to_pddl --recursive +``` ## Running the FOON\_to\_PDDL.py script To run this code (using Python 3), simply use the following line in your terminal or command line: