Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 584 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 584 Bytes

Project-Euterpe

This project is a python application for musical hearing training.

Requirements

  • Python 3.6+

Running on Windows

  1. Make sure you have Python installed or download it from here: https://www.python.org/downloads/

  2. Download ZIP package from here: https://github.com/BaronVladziu/Project-Euterpe

  3. Extract it in any location you like.

  4. Open exctracted directory and run run.bat

Running on Linux

git clone https://github.com/BaronVladziu/Project-Euterpe.git
cd Project-Euterpe
./create-venv.sh
source env/bin/activate
./main.py