Przeglądaj źródła

Created a bash script that instantiates the venv with python3

master
Wouter Horlings 6 lat temu
rodzic
commit
ae4de2092b
1 zmienionych plików z 9 dodań i 0 usunięć
  1. +9
    -0
      setup.sh

+ 9
- 0
setup.sh Wyświetl plik

@@ -0,0 +1,9 @@
#!/bin/bash

# Install todoist-python
python3 -m venv --system-site-packages .venv
source .venv/bin/activate
pip install -r requirements.txt
deactivate



Ładowanie…
Anuluj
Zapisz