Skip to content

Commit

Permalink
1.4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RainbowTabitha committed Jan 18, 2024
1 parent 3d25073 commit d846313
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_macos_deps.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
arch -arm64 brew install [email protected] [email protected]
arch -x86_64 brew install [email protected] [email protected]

arch -arm64 /opt/homebrew/Cellar/[email protected]/3.12.1/bin/pip3.12 install -r requirements.txt --break-system-packages
arch -x86_64 /usr/local/Cellar/[email protected]/3.12.1/bin/pip3.12 install -r requirements.txt --break-system-packages
arch -arm64 /opt/homebrew/Cellar/[email protected]/3.12.1_1/bin/pip3.12 install -r requirements.txt --break-system-packages
arch -x86_64 /usr/local/Cellar/[email protected]/3.12.1_1/bin/pip3.12 install -r requirements.txt --break-system-packages
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ tk
Pillow
pyperclip
pyinstaller
requests

0 comments on commit d846313

Please sign in to comment.