Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

document --py-ver option #168

Merged
merged 2 commits into from
Dec 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ usage()
echo " --conda-pkgs=FILE Install these additional packages with conda."
echo " --conda-env=FILE Obtain conda package versions from conda environment file FILE."
echo " --pip-pkgs=FILE Install these additional packages with pip."
echo " --py-ver=VERSION Replace the Python version specified in the conda environment file with VERSION (e.g., --py-ver=3.10)."
echo " --git-ssh Use SSH-based URL to clone mirgecom."
echo " --debug Show debugging output of this script (set -x)."
echo " --skip-clone Skip cloning mirgecom, assume it will be manually copied."
Expand Down
Loading