Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 944 Bytes

README.md

File metadata and controls

38 lines (31 loc) · 944 Bytes

Neuropsy (formerly flanker)

Install

Click here to install the latest release

Dependencies

  • pyyaml
  • screeninfo
  • openpyxl
  • kivy
  • python-dateutil
  • Inno Setup

For Developing

To install all dependencies:

conda config --add channels conda-forge
conda install kivy
pip install pyyaml screeninfo openpyxl python-dateutil

For Building

To build on Windows, install the following dependencies:

python -m pip install --upgrade pip wheel setuptools
python -m pip install docutils pygments pypiwin32 kivy.deps.sdl2 kivy.deps.glew
pip install PyInstaller

Download Inno Setup to create a setup.exe

Build Instructions

First, run the build python script:

python build.py

Then, open install.iss with Inno Setup and compile. The setup executable will be created at Output/setup.exe.