Skip to content

pypi-version 0.1.1 - Beta

Latest

Choose a tag to compare

@tutosrive tutosrive released this 29 Oct 02:02
· 4 commits to main since this release
cd95b80

InitVenv automates Python venv setup: it creates a .venv, installs packages from requirements.txt, activates the environment, and keeps the shell open — all with one command.

Requirements

  • Python on PATH.
  • Currently Windows only (Linux/macOS planned).

Install

pip install initvenv

Quick use

initvenv "C:\path\to\project"
# or run in current dir:
initvenv

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1