We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c72f36 commit 6219a46Copy full SHA for 6219a46
setup.py
@@ -41,7 +41,6 @@ def setup_virtual_environment():
41
42
def install_dependencies():
43
"""Install required dependencies."""
44
- activation_script = "venv\\Scripts\\activate" if platform.system() == "Windows" else "source venv/bin/activate"
45
pip_command = "venv\\Scripts\\pip" if platform.system() == "Windows" else "venv/bin/pip"
46
47
return run_command(f"{pip_command} install -r requirements.txt", "Installing dependencies")
0 commit comments