Commit 29dafca6 authored by Mario Chirinos's avatar Mario Chirinos

readme

parent 6dd212eb
#Installation #Installation
```bash ```bash
sudo apt-get install git python3 python3-dev python3-pip psycopg2-binary postgresql postgresql-contrib sudo apt-get install git python3 python3-dev python3-pip postgresql postgresql-contrib
python3 -m pip install --upgrade pip python3 -m pip install --upgrade pip
sudo pip3 intsall django django-mathfilters psycopg2 django-static-jquery quantiphy numpy wordcloud stop_words pip3 install Django django-mathfilters django-static-jquery numpy wordcloud stop_words quantiphy psycopg2-binary django_extensions
sudo pip3 install psycopg2
sudo su - postgres sudo su - postgres
psql psql
CREATE DATABASE m3db; CREATE DATABASE m3db;
...@@ -19,4 +21,6 @@ exit ...@@ -19,4 +21,6 @@ exit
cd m3_webinterface/ cd m3_webinterface/
python3 manage.py makemigrations python3 manage.py makemigrations
python manage.py createsuperuser
``` ```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment