ecsnavarretemit / sarai-satellite-analysis-backend

Django (Python) backend for the Angular Satellite Analysis application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SARAI Satellite Analysis Backend

Installation of Requirements

All Operating Systems

  1. Python 2.7.x or newer except Python 3 and above

Ubuntu

  1. Install Pip: sudo apt-get install python-pip
  2. Install VirtualENV: pip install virtualenv

Running

  1. Setup virtualenv for the project: virtualenv venv. Make sure this is executed inside the project root folder.
  2. Activate virtualenv by running: source venv/bin/activate
  3. Install application requirements via:pip install -r requirements.txt. This will install all required dependencies of the application.

About

Django (Python) backend for the Angular Satellite Analysis application

License:MIT License


Languages

Language:Python 100.0%