Getting started#
This section explains how to install PyAnsys Quarto Cheat Sheet in user mode. If you are interested in contributing to PyAnsys Quarto Cheat Sheet, see Contribute for information on installing in developer mode.
Prerequisites#
Before you can use PyAnsys Quarto Cheat Sheet, you must have Quarto installed. For installation information, see Getting Started in the Quarto documentation.
Installation#
You can install PyAnsys Quarto Cheat Sheet from the GitHub repository or from an archive file.
Install from the GitHub repository#
From the GitHub repository, you can install the latest version of PyAnsys Quart Cheat Sheet from the main branch or install a version from a specific release branch.
To install the latest version from the main branch, run this command:
quarto add ansys/pyansys-quarto-cheatsheet@main
To install the version from a specific release branch, rather than using
@main
, use the release branch, such as@v1
:quarto add ansys/pyansys-quarto-cheatsheet@v1
To install it without prompt , use --no-prompt
option:
quarto add ansys/pyansys-quarto-cheatsheet@v1 --no-prompt
Install from an archive file#
To install from an archive file:
Download the
cheat_sheet.zip
orcheat_sheet.tar.gz
archive file from the repository’s Releases page.Run the command that installs PyAnsys Quarto Cheat Sheet in the Quarto environment from the ZIP or TAR.GZ file.
The command that you run creates an
_extensions
directory in the current directory with all the files for PyAnsys Quarto Cheat Sheet.For a ZIP file, run this command:
quarto use cheat_sheet.zip
For a TAR.GZ file, run this command:
quarto use cheat_sheet.tar.gz