Command Line Interface (CLI)
Note
To use the command line interface:
The
plate model managermust have been installed. See Installation pageThere must be a working Internet connection.
The virtual environment containing
plate model managermust be activated.
List available model names
This command will display a list of available plate model names on screen.
$ pmm ls
Show the details of a plate model
This command will display the details of a plate model Cao2024.
$ pmm ls Cao2024
Note
Use pmm ls -h to see the details about the ls sub-command.
Download a plate model
This command will download the plate model Cao2024 into the folder plate-models-data-dir.
$ pmm download Cao2024 plate-models-data-dir
Download all plate models
This command will download all available plate models into the current working directory.
$ pmm download all
Note
Use pmm download -h to see the details about the download sub-command.