From 191ebd22c0e901b3a2412c8ffc0f4dd4a41036d6 Mon Sep 17 00:00:00 2001 From: Pat O'Connor Date: Thu, 27 Mar 2025 19:36:06 +0000 Subject: [PATCH] task(GUIDEFRAME-61): adjusted typos in installation Signed-off-by: Pat O'Connor --- docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 1f835c4..efff953 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -26,7 +26,7 @@ GuideFrame is packaged and available on pypi. It can be installed using: Once installed, you will need to install the non-python dependencies. A setup script is packaged with GuideFrame for this. You can simply copy it from the GuideFrame repo and run it locally or you can run the following: -```bash $(python -c "import guideframe, os; print(os.path.join(os.path.dirname(guideframe.__file__), 'setup_env.sh'))")``` +```$(python -c "import guideframe, os; print(os.path.join(os.path.dirname(guideframe.__file__), 'setup_env.sh'))")``` Alternatively, depending on you operating system, you can run the following to install the package and dependencies in one: @@ -42,6 +42,6 @@ Alternatively, depending on you operating system, you can run the following to i You will then need to create a GuideFrame script. See the repository link above for a template. Once this script has been created, you can run it using: -```bash python ``` +```python ``` Note: GuideFrame currently supports ```macos``` as its system argument. You can also pass: ```github``` to run on an ubuntu system but this has not been tested outside of virtual machines. \ No newline at end of file