dotbit
(Dimitrios Josef Moustos)
2
I do not understand the issue you are having.
git clone github.tld/my_module_name
. venv/bin/activate
python3 -m pip install --use-pep517 --editable my_module_name
Step 3 will install your module inside the venv inside directory venv
…
Am I answering your question?
Hartmut made some good recommendations for directory structure: