Skip to content

mgns/SPARQLoud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#SPARQLOud

Requirements

  • Python 3.4

install virtualenv

pip install virtualenv

create a virtual environment using python 3.4

virtualenv -p which python3.4 --no-site-packages env

activate the newly created environment

source env/bin/activate

install backend dependencies

pip install -r requirements.txt

run

python app.py

Web UI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published