Table of Contents

NervProj: support for dedicated python env

I'm just about to start working on a new large python project, and I would like to use my NervProj to handle the project management part. But the proble now is that I still need to be able to run that new project completely independently from NervProj itself.

So this means I should setup a dedicated python environment in this kind of sub project. Let's see here how we should proceed step by step.

Regular/embedded sub project

Extending the init command

⇒ And that is basically all I had to update: with that I can now create subproject with the NervProj framework that have their own python environment 👍!