Skip to content

Commit

Permalink
Update updater.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KorryKatti authored Mar 14, 2024
1 parent 0982783 commit 3aa9432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def main():
os.system("myenv\\Scripts\\activate.bat")

# Install requirements
subprocess.run(["pip", "install", "-r", "requirements.txt"])
os.system("pip install -r requirements.txt")

# Display "Done" message
print("Done")
Expand Down

0 comments on commit 3aa9432

Please sign in to comment.