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 13, 2024
1 parent 42e89a4 commit fd637d4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,7 @@ def main():
# Change directory to the current directory
os.chdir(os.path.dirname(__file__))

# Create and activate a virtual environment
#subprocess.run(["python", "-m", "venv", "myenv"])
#if os.name == 'posix': # Unix-like OS (Linux/Mac)
# subprocess.run(["source", "myenv/bin/activate"])
#elif os.name == 'nt': # Windows
# subprocess.run(["myenv\\Scripts\\activate.bat"])


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

0 comments on commit fd637d4

Please sign in to comment.