@@ -12,7 +12,7 @@ $ generate-schema < file.data.json > file.schema.json
1212$ generate-schema --input_format csv < file.data.csv > file.schema.json
1313```
1414
15- Version: 1.1 (2020-07-09 )
15+ Version: 1.1 (2020-07-10 )
1616
1717Changelog: [ CHANGELOG.md] ( CHANGELOG.md )
1818
@@ -87,7 +87,7 @@ The shell script `generate-schema` will be installed somewhere in your system,
8787depending on how your Python environment is configured. See below for
8888some notes for Ubuntu Linux and MacOS.
8989
90- ### Ubuntu Linux (18.04, maybe 20.04)
90+ ### Ubuntu Linux (18.04, 20.04)
9191
9292After running ` pip3 install bigquery_schema_generator ` , the ` generate-schema `
9393script may be installed in one the following locations:
@@ -99,6 +99,9 @@ script may be installed in one the following locations:
9999
100100### MacOS (10.14 Mojave)
101101
102+ I don't use my Mac for software development these days, and I won't upgrade to
103+ Catalina (10.15) or later, but here are some notes if they help.
104+
102105If you installed Python from
103106[ Python Releases for Mac OS X] ( https://www.python.org/downloads/mac-osx/ ) ,
104107then ` /usr/local/bin/pip3 ` is a symlink to
@@ -116,9 +119,6 @@ You can install Python3 using
116119` generate-schema ` script will probably be installed in ` /usr/local/bin ` but I'm
117120not completely certain.
118121
119- I don't use my Mac very much these days and I won't upgrade to Catalina (10.15),
120- so I can't help you with this OS version.
121-
122122## Usage
123123
124124The ` generate_schema.py ` script accepts a newline-delimited JSON or
0 commit comments