Skip to content

Commit

Permalink
new installer for virtual env
Browse files Browse the repository at this point in the history
(cherry picked from commit e9dff20)
  • Loading branch information
Robert Anniés authored and svaningelgem committed Jul 25, 2024
1 parent 5685aa1 commit 54cff9b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
*.env
pycache*
__pycache__*
backup.log*
backup.log*
venv
5 changes: 5 additions & 0 deletions install-venv.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

python3 -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
requests
python-dotenv

0 comments on commit 54cff9b

Please sign in to comment.