Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.19 KB

install.rst

File metadata and controls

55 lines (39 loc) · 1.19 KB

Requirements and Installation

Requirements

Software

  • Python 3.6.5+

Python Modules

  • pylint
  • pytest
  • requests
  • python-dateutil
  • Sphinx
  • mock

Installation

Directly from GitHub:

git clone https://github.com/markmcdowall/sparql-quest.git
cd sparql-quest
pip install -e .
pip install -r requirements.txt

Using pip:

pip install git+https://github.com/markmcdowall/sparql-quest.git