ieeg-portal / EpiVR

Epilepsy Virtual Resection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CODE INSTRUCTIONS for VIRTUAL RESECTION

Create virtualenv virtual environment and install the necessary requisites using the following: virtualenv .env && source .env/bin/activate && pip install -r requirements.txt

Test using pytest and coverage.py using: pytest app/ --cov=app/ --cov-report=html

About

Epilepsy Virtual Resection

License:MIT License


Languages

Language:Python 100.0%