I'm trying to set up the stabilizer. Following the wiki (https://quartiq.de/stabilizer/usage.html) I'm having trouble installing miniconf (on windows).
C:\Users\Philipp>python -m venv --system-site-packages vpy
C:\Users\Philipp>vpy\Scripts\activate
(vpy) C:\Users\Philipp>python -m pip install -e py
ERROR: py is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with svn+, git+, hg+, or bzr+).
Should -e refer to the vpy folder? I also tried this:
(vpy) C:\Users\Philipp>python -m pip install -e vpy
ERROR: File "setup.py" not found. Directory cannot be installed in editable mode: C:\Users\Philipp\vpy