See also
Django Quick install guide.
All GLAMkit components are Django apps distributed as standard Python packages. You can install them using any of common python package installation techniques. However, there are two approaches we particularly recommend:
This is probably the way to go if you simply want to use GLAMkit to develop your website.
If you’re not familiar with virtualenv and pip, the time you spend reading these two articles will be repaid many times.
This is the recommended approach if you want to modify (and potentially contribute to) GLAMkit. You can clone our github repositories or fork a repository into your own github account.
If you fork glamkit and make changes that you think should be in the main GLAMkit, then let us know by submitting a pull request on github. For example, Oktay Sancak has already submitted Turkish translations for GLAMkit this way. The core contributors will take a look and decide whether the change is appropriate. As the project grows, we’ll introduce a process more in line with Django’s contribution process.