Skip to content

Commit e82ab46

Browse files
authored
Install venv linux, win
1 parent 76f054e commit e82ab46

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

path.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import sys
2+
3+
# echo %PATH%
4+
print(sys.path)

requirements.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Windows
2+
# Install python3 then in vscode terminal:
3+
# python -m venv .venv
4+
# pip install -r requirements.txt
5+
customtkinter==5.2.2
6+
Pillow==10.2.0
7+
pyotp==2.9.0
8+
tk==0.1.0

0 commit comments

Comments
 (0)