Installation¶
Direct Installation¶
schema-automator
and its components require Python 3.9 or greater.
pip install schema-automator
To check this works:
schemauto --help
Running via Docker¶
You can use the Schema Automator Docker Container
To start a shell
docker run -v $PWD:/work -w /work -ti linkml/schema-automator
Within the shell you should see all your files, and you should have access:
schemauto --help