Skip to content

Instantly share code, notes, and snippets.

@DataSciCode
DataSciCode / login.html
Created October 22, 2023 23:06 — forked from ambivalentno/login.html
django-crispy-form with bootstrap for django-allauth login. Note: now (2014-08-05) you have to install master allauth from github to override forms.
{% load crispy_forms_tags %}
{% block content %}
{% crispy form %}
{% endblock %}

##Installation information for R with GTK+

###Windows If you don't have R yet, install the newest version from http://www.r-project.org/ . Additionally, I highly recommend RStudio (http://www.rstudio.com/) for working with R regularly (but the basic command line will work just fine for most applications). Once R is installed, you can install GTK directly from within R (details below):

  1. From the R command line, install the RGtk2 package by running: install.packages("RGtk2", depen=T)
  2. Then load the package by running: library(RGtk2) This will notice the missing GTK and prompt you to install it. Choose "Install GTK+" when prompted, it might take a few minutes to install. Afterwards it will likely still complain (restart required).