We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Lernanta's Setup Install (markdown)
Updated Lernanta's Setup/Install (markdown)
fixed several typos
Removed "sudo apt-get install swig" because m2crypto is already installed by "python-m2crypto"... but my virtualenv appears to be ignoring system-installed modules, which is why M2Crypto had to be installed on its own. Blegh.
Added "sudo apt-get install make", as "make syncdb" doesn't work without it.
Added "sudo apt-get install swig", as "pip install -r lernanta/lernanta/requirements/prod.txt" failed on my brand new ubuntu vm because M2Crypto couldn't find swig.
added a missing dependency