I used the step-cli. here is the link.
I am in Django framework and gonna run the command using the subprocess.
Before I should install the step in instance.
How should I install it on AWS instance?
>Solution :
If you are on Linux, you could try the bellow command.
wget https://dl.step.sm/gh-release/cli/docs-cli-install/v0.18.0/step-cli_0.18.0_amd64.deb
sudo dpkg -i step-cli_0.18.0_amd64.deb
or
sudo apk add step-cli
You could refer this article.