recliq@h2-buster:~$ git clone https://github.com/pichenettes/midipal.git
Cloning into 'midipal'...
remote: Enumerating objects: 2253, done.
remote: Counting objects: 100% (20/20), done.
remote: Compressing objects: 100% (17/17), done.
remote: Total 2253 (delta 3), reused 13 (delta 3), pack-reused 2233
Receiving objects: 100% (2253/2253), 1.18 MiB | 11.06 MiB/s, done.
Resolving deltas: 100% (1537/1537), done.
recliq@h2-buster:~$ python3 -m venv env
recliq@h2-buster:~$ source env/bin/activate
recliq@h2-buster:~$ cd midipal/
recliq@h2-buster:~/midipal$ python3 -m venv env
recliq@h2-buster:~/midipal$ source env/bin/activate
(env) recliq@h2-buster:~/midipal$ cd editor
(env) recliq@h2-buster:~/midipal/editor$ pip install -r requirements.txt
Collecting Flask
...
(env) recliq@h2-buster:~/midipal/editor$ python main.py
* Serving Flask app 'main' (lazy loading)
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: on
* Running on all addresses (0.0.0.0)
WARNING: This is a development server. Do not use it in a production deployment.
* Running on http://127.0.0.1:8080
* Running on http://192.168.1.54:8080 (Press CTRL+C to quit)
* Restarting with stat
* Debugger is active!
* Debugger PIN: 180-646-555