Getting Started - TomoAnalytics/welcome GitHub Wiki
Getting Started
Tomo Analytica uses the following system:
Django 1.11
Python 2.7
Please refer to following links for installations.
Django: https://www.djangoproject.com/download/
Python: http://docs.python-guide.org/en/latest/starting/install/linux/
As always, please update and upgrade your install to get the latest release:
sudo apt-get update # Fetches the list of available updates
sudo apt-get upgrade # Strictly upgrades the current packages
sudo apt-get dist-upgrade # Installs updates (new ones)