Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install in editable mode #63

Open
maxspahn opened this issue Mar 11, 2022 · 1 comment
Open

Install in editable mode #63

maxspahn opened this issue Mar 11, 2022 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@maxspahn
Copy link
Owner

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 maxspahn added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Mar 11, 2022
@maxspahn
Copy link
Owner Author

alxschwrz added a commit that referenced this issue Apr 26, 2022
Adds minimal setup.py to allow editible installation using pip, see #63.
siyuanwu99 pushed a commit to siyuanwu99/gym_envs_urdf that referenced this issue Sep 21, 2022
siyuanwu99 pushed a commit to siyuanwu99/gym_envs_urdf that referenced this issue Sep 21, 2022
…lation

Adds minimal setup.py to allow editible installation using pip, see maxspahn#63.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant