-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
post to community forum via api instead of mail
Signed-off-by: Matthias <matthias@peanut>
- Loading branch information
Matthias
committed
Feb 18, 2023
1 parent
64cafbe
commit 177b1ff
Showing
3 changed files
with
39 additions
and
42 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
python3 -m venv spamenv | ||
source spamenv/bin/activate | ||
pip install -r requirements.txt | ||
pip install --upgrade -r requirements.txt | ||
deactivate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters