Skip to content

Commit

Permalink
adding installation materials
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Hanif committed Nov 9, 2019
1 parent 5defef2 commit 5ded36c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions install/development_setup
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# First, install the needed python environnment
virtenv env

# Run the virtual environment
source env/bin/activate

# Install needed python packages
pip install pipfile

3 changes: 3 additions & 0 deletions install/install_psql.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

sudo apt install postgresql

0 comments on commit 5ded36c

Please sign in to comment.