Home
last modified time | relevance | path

Searched refs:pip (Results 1 – 15 of 15) sorted by relevance

/petsc/src/binding/petsc4py/docs/source/
H A Dinstall.rst6 Install from PyPI using **pip**
9 You can use :program:`pip` to install :mod:`petsc4py` and its dependencies::
11 $ python -m pip install petsc petsc4py
20 $ python -m pip install src/binding/petsc4py
25 $ PETSC_ARCH='arch-0:...:arch-N' python -m pip install src/binding/petsc4py
28 your build host, then before invoking :program:`pip`, set the
71 $ python -m pip install -r src/binding/petsc4py/conf/requirements-docs.txt
H A Dcontributing.rst12 $ python -m pip install -r src/binding/petsc4py/conf/requirements-lint.txt
/petsc/doc/
H A Dmakefile26 …on3 -m venv petsc-doc-env ; source petsc-doc-env/bin/activate ; python3 -m pip install -r doc/requ…
39 … python3 -m venv petsc-doc-env ; . petsc-doc-env/bin/activate ; python3 -m pip install --quiet -r …
42 … python3 -m venv petsc-doc-env ; . petsc-doc-env/bin/activate ; python3 -m pip install --quiet -r …
H A Dpetsc.bib13797 note = {CWEB is available at ftp://pip.shsu.edu/tex-archive/web/c\_cpp/cweb}
/petsc/src/binding/petsc4py/
H A Dmakefile70 . petsc4py-lint-env/bin/activate && python -m pip install -r conf/requirements-lint.txt
77 . petsc4py-docs-env/bin/activate && python -m pip install -r conf/requirements-docs.txt
78 . petsc4py-docs-env/bin/activate && CFLAGS=-O0 python -m pip install .
82 python -m pip install .
94 . petsc4py-stubtest-env/bin/activate && python -m pip install -r conf/requirements-stubtest.txt
154 CFLAGS=-O0 python -m pip install .
H A DDESCRIPTION.rst13 $ pip install mpi4py
17 $ pip install numpy
21 $ pip install petsc petsc4py
H A Dtox.ini4 # "pip install tox" and then run "tox" from this directory.
H A DCHANGES.rst238 - Support for ``pip install petsc4py`` to download and install PETSc.
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A D__version__.py24 from pip._vendor import tomli as tomllib # type: ignore[import]
H A Dpkg_consistency_checks.py64 from pip._vendor import tomli as tomllib
/petsc/doc/install/
H A Dindex.md27 : `python -m pip install petsc petsc4py`
/petsc/src/ts/characteristic/interface/
H A Dcharacteristic.c716 PetscMPIInt **procs, pi, pj, pim, pip, pjm, pjp, PIi, PJi; in DMDAGetNeighborsRank() local
743 pip = (pi + 1) % PIi; in DMDAGetNeighborsRank()
751 neighbors[4] = procs[pjp][pip]; in DMDAGetNeighborsRank()
752 neighbors[5] = procs[pj][pip]; in DMDAGetNeighborsRank()
753 neighbors[6] = procs[pjm][pip]; in DMDAGetNeighborsRank()
/petsc/lib/petsc/bin/maint/
H A Dbuilddist99 python3 -m pip install -r requirements.txt
/petsc/lib/petsc/conf/
H A Drules_util.mk208 …@source petsc-lint-env/bin/activate && python3 -m pip install --quiet -r lib/petsc/bin/maint/petsc…
/petsc/doc/changes/
H A D324.md22 …xx`, `--with-xxx`, and `-with-xxx-dir` for Python packages that install with pip. See `packages.py`