dynod / buildenv

Build environment setup system, based on Python venv
Mozilla Public License 2.0
0 stars 1 forks source link

Allow to require packages from the command line when using the init --new mode #129

Open zedaav opened 2 months ago

zedaav commented 2 months ago

When creating a new venv (init --new option), a -r/--require option shall be added to create a requirements file containing the specified packages. This would allow to really bootstrap a new venv wihout manually creating a requirements file