Command Line Installation

See Dependencies for python3 and docker dependencies.

To install the embedops-cli on your computer

1. Run the following:  

Windows:
pip install embedops-cli

OSX or Linux:
pip3 install embedops-cli

2. Verify embedops-cli is installed by running  embedops-cli . You should see a help menu explaining how to run the jobs commands.

To upgrade embedops-cli

Run the following:  

Windows:
pip install embedops-cli --upgrade

OSX or Linux:
pip3 install embedops-cli --upgrade

See Usage for details on using the Command Line

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.