Skip to main content

Configuring your python environment automatically.

Project description

import os
import sys
os.system(f'{sys.executable} -m pip install auto-env-config')

Use requirements.txt

import aec
aec.install('requirements.txt')

Use config

{
  "pip_index": "https://pypi.org/simple",
  "packages": [
    {
      "package_name": "numpy",
      "version": "1.22.0"
    }
  ]
}
import aec
aec.install('install.config.json')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

auto-env-config-1.0.11.tar.gz (3.7 kB view details)

Uploaded Source

File details

Details for the file auto-env-config-1.0.11.tar.gz.

File metadata

  • Download URL: auto-env-config-1.0.11.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.6

File hashes

Hashes for auto-env-config-1.0.11.tar.gz
Algorithm Hash digest
SHA256 acc0e3be400bee507a04a53550847560b10b43ce3f4431f1e249b7611b4441d4
MD5 967b361662aee8eb09271178054df631
BLAKE2b-256 c091d02df6eef6728989f4ad8fc580abeae92c01adaf4b73aee8eb899632ef2a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page