WIP: bring participo back - consistent use of bootstrap - formatting -
phpstan level 0 error free - fixes for kyu subpage - move mams into participo framework - remove legacy `lib/db.php` usage - add attributer admin function - add newsposter - fixing apiKey creation
This commit is contained in:
6
homepage/participo/init-venv
Executable file
6
homepage/participo/init-venv
Executable file
@@ -0,0 +1,6 @@
|
||||
#! /usr/bin/env bash
|
||||
|
||||
python -m venv .venv
|
||||
. ./.venv/bin/activate
|
||||
python -m pip install --upgrade pip
|
||||
pip install --editable ~/keeper/mk-python-helper-lib/
|
||||
Reference in New Issue
Block a user