Skip to content

Commit 1ad3420

Browse files
authored
Merge pull request #28 from chipspeak/GUIDEFRAME-42
task(GUIDEFRAME-42): create guideframe template repo
2 parents e077a05 + fcd7a8d commit 1ad3420

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ GuideFrame is packaged and available on pypi. It can be installed using:
1111
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:
1212

1313
```bash $(python -c "import guideframe, os; print(os.path.join(os.path.dirname(guideframe.__file__), 'setup_env.sh'))")```
14+
15+
In aid of illustrating the basics of GuideFrame, a template repository has been created and can be found here:
16+
https://github.com/chipspeak/GuideFrame-Template
17+
18+
This repository walks a user through the installation process in addition to providing some basics around the workings of GuideFrame in addition to some basic templates.

0 commit comments

Comments
 (0)