Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 708 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 708 Bytes

itaplay

Lv-193.UI

Install

We are assuming that you're using bash & you have to install or clone such packages:

  • Install PostgreSQL server on local machine.
    sudo apt-get install postgresql postgresql-contrib
    sudo apt-get install python-psycopg2
    sudo apt-get install libpq-dev
  • Clone this repository to your local machine.
    git clone https://github.com/lhalam/itaplay.git
  • Go to the local copy of repository. Open terminal and run the following command
    sudo pip install -r itaplay/requirements.txt