Skip to content

Commit

Permalink
Requirements Update
Browse files Browse the repository at this point in the history
  • Loading branch information
vxdy committed Oct 28, 2023
1 parent f6dc7b3 commit 71982c8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 39 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ A Program to use multiple Profiles on one Nanokontrol (just like if you had two

## Requirements:
- Python 3.8 or above
- LoopMidi Installed (https://www.tobias-erichsen.de/software/loopmidi.html)
- Have Microsoft Buildtools Installed (https://aka.ms/vs/17/release/vs_BuildTools.exe)
- LoopMidi Installed (https://www.tobias-erichsen.de/software/loopmidi.html) # Not Required on MacOS
- Have Microsoft Buildtools Installed (https://aka.ms/vs/17/release/vs_BuildTools.exe) # Not Required on MacOS

## Installation:
1. In LoopMidi create a new Virtual Device called **pymid**
1. In LoopMidi create a new Virtual Device called **pymid** # Not Required on MacOS
2. Open a new Command Line in the NanoKontrolProfiler
3. Type: `pip install -r requirements.txt`
4. Open the **main.py** File
Expand Down
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
root = customtkinter.CTk()
root.title("Nanoprofiler")
root.attributes('-topmost', True)
root.resizable(False, False)

main = MainView(root)
main.pack(side="top", fill="both", expand=True)
Expand Down
39 changes: 3 additions & 36 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,36 +1,3 @@
bottle==0.12.25
bottle-websocket==0.2.9
certifi==2021.10.8
cffi==1.15.1
charset-normalizer==2.0.9
click==8.0.3
colorama==0.4.4
comtypes==1.2.0
Eel==0.16.0
ffmpeg==1.4
Flask==2.0.2
future==0.18.3
gevent==23.7.0
gevent-websocket==0.10.1
greenlet==2.0.2
idna==3.3
itsdangerous==2.0.1
Jinja2==3.0.3
MarkupSafe==2.0.1
mido==1.3.0
packaging==23.2
PyAudio==0.2.13
pycparser==2.21
pydub==0.25.1
pyparsing==3.1.1
pytemidi==0.0.5
python-rtmidi==1.5.6
pywin32==306
requests==2.26.0
rtmidi==2.5.0
urllib3==1.26.7
Wave==0.0.2
Werkzeug==2.0.2
whichcraft==0.6.1
zope.event==5.0
zope.interface==6.0
mido
customtkinter
python-rtmidi

0 comments on commit 71982c8

Please sign in to comment.