shellfoundry requires Python 2.7 to be installed on your machine. If you don't have Python installed, please refer to
Downloading Python for detailed instructions on how to install Python. Python also has to be available in your PATH environment variable.
In order to install shellfoundry run the following in your console:
$ pip install shellfoundryshellfoundry should be available for execution from anywhere on your machine, assuming that Python/Scripts is also in your PATH environment variable.
Execute the following to display all the available commands.
$ shellfoundryTo show the help for a specific command add the --help flag. For example, showing help for the new command
$ shellfoundry new --helpReturn to Table of Contents