Skip to content

Releases: Dev2Forge/initvenv

v0.2.0

27 Dec 18:02

Choose a tag to compare

Now accessible from Linux!

Full Changelog: v0.1.1...v0.2.0

pypi-version 0.1.1 - Beta

29 Oct 02:02
cd95b80

Choose a tag to compare

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