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
7 lines
156 B
Bash
Executable File
7 lines
156 B
Bash
Executable File
#! /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/
|