Skip to content

Commit a14c0c3

Browse files
authored
Merge pull request #50 from chipspeak/GUIDEFRAME-61
task(GUIDEFRAME-61): adjusted typos in installation
2 parents 7a08095 + 191ebd2 commit a14c0c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ GuideFrame is packaged and available on pypi. It can be installed using:
2626

2727
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:
2828

29-
```bash $(python -c "import guideframe, os; print(os.path.join(os.path.dirname(guideframe.__file__), 'setup_env.sh'))")```
29+
```$(python -c "import guideframe, os; print(os.path.join(os.path.dirname(guideframe.__file__), 'setup_env.sh'))")```
3030

3131
Alternatively, depending on you operating system, you can run the following to install the package and dependencies in one:
3232

@@ -42,6 +42,6 @@ Alternatively, depending on you operating system, you can run the following to i
4242

4343
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:
4444

45-
```bash python <guideframe_script_name> <system_argument>```
45+
```python <guideframe_script_name> <system_argument>```
4646

4747
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.

0 commit comments

Comments
 (0)