Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 495 Bytes

INSTALL.rst

File metadata and controls

21 lines (16 loc) · 495 Bytes

Install

Note: The following instructions are for Linux and Max OSX systems and only use command line tools. Please follow the appropriate manuals for Windows systems or tools with graphical interfaces.

Install with pip:

pip install vre-spark

Install using setup.py (requires git):

git clone https://github.com/IDSC-io/vre-spark
cd vre-spark
python setup.py install

To test the installation (requires pytest)

sh run_tests.sh