/EpiVR

Epilepsy Virtual Resection

Primary LanguagePythonMIT LicenseMIT

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