Commit c7337caac5e9092ba5531c6cc7ff137c20524701
1 parent
68dc3ad5
Exists in
master
all project
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
README.md
@@ -7,5 +7,5 @@ set the environment variables: '. env.sh' | @@ -7,5 +7,5 @@ set the environment variables: '. env.sh' | ||
7 | and set the PY3 python virtual environment: '. PY3/bin/activate' | 7 | and set the PY3 python virtual environment: '. PY3/bin/activate' |
8 | 8 | ||
9 | 3) Finally, go to the footprints project and to the | 9 | 3) Finally, go to the footprints project and to the |
10 | -bin directory (PATH-TO-PROJECT/FOOTPRINTS/bin) and run the code: | ||
11 | -'python runFootprints.py (XML_mission_file)' | 10 | +bin.py directory (PATH-TO-PROJECT/FOOTPRINTS/bin.py) and run the code: |
11 | +'python runFootprints.py (XML_mission_file)' (see an example in missions dir) |