1 parent 729740f commit 140a9d1Copy full SHA for 140a9d1
1 file changed
FAST_reconciliation_setup.md
@@ -15,7 +15,7 @@ https://www.python.org/downloads/release/python-2718/
15
1. Open command line interface
16
2. Navigate to file directory location for the `fast-reconcile` repository files on your local machine: `cd c:\path\to\fast-reconcile`
17
3. Install requirements: `pip2.7 install -r requirements.txt`
18
-4. Edit the file 'reconcile.py' by changing the last line (line #235) to read: 'app.run(host='localhost', port='5432')'
+4. Edit the file 'reconcile.py' by changing the last line (line #235) to read: `app.run(host='localhost', port='5432')`
19
5. Run and debug reconcile.py: `python reconcile.py --debug`
20
6. Open/Run OpenRefine
21
7. Click on down arrow of column to be reconciled
0 commit comments