Lines Matching full:install
15 To install the ``PETSc`` and ``petsc4py`` packages use::
17 $ python -m pip install numpy
18 $ python -m pip install petsc petsc4py
22 You can also install the in-development versions with::
24 $ python -m pip install cython numpy
25 … $ python -m pip install --no-deps https://gitlab.com/petsc/petsc/-/archive/main/petsc-main.tar.gz
41 from setuptools.command.install import install as _install
217 def install(): function
218 log.info('PETSc: install')
222 import install
223 install.Installer().run()
228 command = [make, 'install']
267 install()
365 'install': cmd_install,