aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorÉtienne Simon <esimon@esimon.eu>2015-07-14 07:59:39 -0400
committerÉtienne Simon <esimon@esimon.eu>2015-07-14 07:59:39 -0400
commita2c922f0397c0438c9163ebeaded159315a01877 (patch)
tree1a32d24851e3a17aaa25cd9f1b07ed3cc2d7e3a5 /README.md
parent87fc87384e6d9b7d88ca622a17dac7b8bc15cacb (diff)
downloadtaxi-a2c922f0397c0438c9163ebeaded159315a01877.tar.gz
taxi-a2c922f0397c0438c9163ebeaded159315a01877.zip
fix typo in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e9f1ce1..05cd7ed 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ Here is a brief description of the Python files in the archive:
## How to reproduce the winning results?
-There is an helper script `prepare.sh` which might helps you (by performing step 1-6 and some other checks), but if you encounter an error, the script will re-execute all the steps from the beginning (before the actual training, step 2, 4 and 5 are quite long).
+There is an helper script `prepare.sh` which might helps you (by performing steps 1-6 and some other checks), but if you encounter an error, the script will re-execute all the steps from the beginning (before the actual training, steps 2, 4 and 5 are quite long).
Note that some script expect the repository to be in your PYTHONPATH (go to the root of the repository and type `export PYTHONPATH="$PWD:$PYTHONPATH"`).