Skip to content

sinoroc/ve

Repository files navigation

$ ve -h
usage: ve [-h] [--version] [directory]

positional arguments:
  directory   create the virtual environment in this directory (default .venv)

optional arguments:
  -h, --help  show this help message and exit
  --version   show program's version number and exit

This project makes extensive use of tox, pytest, and GNU Make.

Use following command to create a Python virtual environment with all necessary dependencies:

tox --recreate -e develop

This creates a Python virtual environment in the .tox/develop directory. It can be activated with the following command:

. .tox/develop/bin/activate

In a Python virtual environment run the following command:

make review

Outside of a Python virtual environment run the following command:

tox --recreate

In a Python virtual environment run the following command:

make package

Outside of a Python virtual environment run the following command:

tox --recreate -e package

About

Create Python virtual environments

Resources

License

Stars

Watchers

Forks

Packages

No packages published