gym_envs_urdf icon indicating copy to clipboard operation
gym_envs_urdf copied to clipboard

Install in editable mode

Open maxspahn opened this issue 2 years ago • 1 comments

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.

maxspahn avatar Mar 11 '22 19:03 maxspahn

Another interesting thread : https://discuss.python.org/t/pip-19-1-and-installing-in-editable-mode-with-pyproject-toml/1553/11

maxspahn avatar Mar 12 '22 10:03 maxspahn