This is a utility I made specificially to make setting up a venv easier. Venv creation is handled for you if you install zvenv.
Run python3 -m zvenv --help for more information.
Be aware that you require venv. On Linux, install it through your package manager if it is missing.
It is not yet available on pypi.
Download a release file. Locate either the .whl or .tar.gz file.
pip install --user PASTE_ITS_PATH_HEREPull it from https://github.com/ZechariahB/zvenv.git
You may require build.
pip install --upgrade buildNo pip with dnf (Fedora)
sudo dnf install python3-buildInstalling with pip will automatically attempt to build a package and install it if possible. -e allows the source code to be easily editable.
pip install --user -e PASTE_PATH_TO_ZVENV_HEREGo into the directory of this project. Once you make final changes, you can build a package to distribute.
python3 -m build