Install packages from within code
Project description
install
A package to install pip packages from within code.
Requires Python 2.7+, 3.5+
Usage:
import install
install.install('pkg_you_want')
# ... after retrieving a requirements.txt from the web or somewhere else
install.install('requirements.txt', requirements=True)
# ... need arbitary options?
install.install('my_pkg', pip_options=['--isolated'], install_options=['--no-clean', '--pre'])
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pip-install-1.3.5.tar.gz
(2.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pip-install-1.3.5.tar.gz.
File metadata
- Download URL: pip-install-1.3.5.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89761b5b74c3e31a4593759d1a93f65e6c3dc5ad9f9e8402e7585ed9ccf681f7
|
|
| MD5 |
8663bbe2c815abe20324ccef44bd8370
|
|
| BLAKE2b-256 |
a41b434398102b43475f19321c444c6f7015f46b96d1bcc2435450033309670f
|
File details
Details for the file pip_install-1.3.5-py3-none-any.whl.
File metadata
- Download URL: pip_install-1.3.5-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68f2aae5bad33b43410672385b5e7ab177c9a3b4baa5fa41fb12d2dd12d490e6
|
|
| MD5 |
652ffbadfe62749e9c1d5c53750a56e3
|
|
| BLAKE2b-256 |
16632f47d2066ff24ef905c673360fa409c9835bbb56e251dbe05a069f48aba7
|