Преглед изворни кода

Created a bash script that instantiates the venv with python3

master
Wouter Horlings пре 6 година
родитељ
комит
ae4de2092b
1 измењених фајлова са 9 додато и 0 уклоњено
  1. +9
    -0
      setup.sh

+ 9
- 0
setup.sh Прегледај датотеку

@@ -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



Loading…
Откажи
Сачувај