Install in editable mode #63
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
In many situations, it would be beneficial to install the package in editable mode.
This is the default using poetry. However, it would be nice if
pip3 install -e .
was also supported.According to https://stackoverflow.com/questions/64150719/how-to-write-a-minimally-working-pyproject-toml-file-that-can-install-packages, we only need to add a very small
setup.py
file in the root directory.To be tested.
The text was updated successfully, but these errors were encountered: