mirror of
https://github.com/bisq-network/bisq-api-reference.git
synced 2026-01-26 17:33:33 +00:00
Add comments/cmds to install tkinter ui frwk
This commit is contained in:
parent
bbac094df5
commit
2e229fbdf6
@ -3,9 +3,18 @@
|
||||
# This script must be run from this directory.
|
||||
|
||||
# Install python3-venv if necessary.
|
||||
# For systems using the apt package manager, uncomment the line below, or install the equivalent package for your system.
|
||||
# For systems using the apt package manager, uncomment the line
|
||||
# below, or install the equivalent package for your system.
|
||||
# sudo apt install python3-venv
|
||||
|
||||
# Install python3 tkinter if necessary.
|
||||
|
||||
# If using the apt package manager, uncomment line below to install tkinter.
|
||||
# sudo apt-get install python3-tk
|
||||
|
||||
# If using Mac OS / brew, uncomment line below to install tkinter.
|
||||
# brew install python-tk
|
||||
|
||||
# Install pip, then Python setuptools if necessary.
|
||||
# pip install setuptools
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user