diff options
| author | Bobby <[email protected]> | 2022-11-06 02:26:18 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-06 02:26:18 -0500 |
| commit | 7274b5ea2be657edbfa8cda1725c90abcfbfc807 (patch) | |
| tree | 3f2ac7971542080d48b2a8aa4c8591b707e7462f /setup.py | |
| parent | edc5ce1b155117c379c4613970fe732f932e257f (diff) | |
| download | texty-7274b5ea2be657edbfa8cda1725c90abcfbfc807.tar.xz texty-7274b5ea2be657edbfa8cda1725c90abcfbfc807.zip | |
chore: install packages in start
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ class Setup: return output.decode("utf-8") def start(self): + install_packages() if not os.path.exists(".venv"): self.shell_run("python3 -m venv .venv") logger.info("Virtual environment created.") |
