Skip to content

Commit 38c20e1

Browse files
authored
Merge pull request #71 from 1Maxnet1/readme-improvements
Fix typos in README.rst
2 parents f613242 + a952682 commit 38c20e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Install from source via github (if you want the latest code) :
3030

3131
#. Install Python 3.x https://www.python.org/downloads/ (code also runs on 2.7 if you are stuck on that version)
3232
#. `pip install zc.buildout` - https://pypi.org/project/zc.buildout
33-
#. (optinal step for **postgres users**: 'pip install psycopg2-binary')
33+
#. (optional step for **postgres users**: 'pip install psycopg2-binary')
3434
#. git clone https://github.com/OpenTransitTools/gtfsdb.git
3535
#. cd gtfsdb
3636
#. buildout install prod -- NOTE: if you're using postgres, do a 'buildout install prod postgresql'
@@ -43,16 +43,16 @@ Install from source via github (if you want the latest code) :
4343

4444
* bin/gtfsdb-load --database_url postgresql://postgres@localhost:5432 --is_geospatial http://developer.trimet.org/schedule/gtfs.zip
4545

46-
.. note:: adding the `is_geospatial` cmdline flag, when paired with a spatial-database ala PostGIS (e.g., is_spatial is meaningless with sqllite), will take longer to load...but will create geometry columns for both rendering and calculating nearest distances, etc...
46+
.. note:: adding the `is_geospatial` cmdline flag, when paired with a spatial-database ala PostGIS (e.g., is_spatial is meaningless with sqlite), will take longer to load...but will create geometry columns for both rendering and calculating nearest distances, etc...
4747

4848
#. view db ( example: https://sqliteonline.com )
4949

5050
The best way to get gtfsdb up and running is via the 'zc.buildout' tool. Highly recommended to first install
5151
buildout (e.g., pip install zc.buildout) before doing much of anything else.
5252

53-
Postgres users, gtfsdb requires the psycopg2-binary database driver. Installing that via `pip install psychopg2-binary` will relieve gtfsdb from re-installing locally as part of the build. And if after the fact, you see *exceptions* mentioning
53+
Postgres users, gtfsdb requires the psycopg2-binary database driver. Installing that via `pip install psycopg2-binary` will relieve gtfsdb from re-installing locally as part of the build. And if after the fact, you see *exceptions* mentioning
5454

55-
.. note:: if you get the message "ImportError: No module named psycopg2", then 'pip install psychopg2-binary' should fix things. (Assumes you have postgres also installed on the machine you're trying to use the pg driver).
55+
.. note:: if you get the message "ImportError: No module named psycopg2", then 'pip install psycopg2-binary' should fix things. (Assumes you have postgres also installed on the machine you're trying to use the pg driver).
5656

5757

5858
Usage with Docker:

0 commit comments

Comments
 (0)