run pip from python
This commit is contained in:
parent
f990897cad
commit
fc5b997288
2 changed files with 20 additions and 10 deletions
10
spcd.sh
10
spcd.sh
|
@ -674,16 +674,6 @@ index-url = ${SPCD_URL_PYTHON}
|
|||
spcd_split
|
||||
export PATH="${SPCD_PYTHON_VENV_BINARIES}:${PATH}"
|
||||
export VIRTUAL_ENV="${SPCD_PYTHON_VENV}"
|
||||
spcd_split
|
||||
pip install --upgrade "pip"
|
||||
spcd_split
|
||||
pip install \
|
||||
"mypy" \
|
||||
"pelican" \
|
||||
"pytest" \
|
||||
"ruff" \
|
||||
"sphinx" "sphinx-rtd-theme" \
|
||||
"twine"
|
||||
}
|
||||
|
||||
spcd_install_python_modules() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue