You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
@dchandan
I don't recommend using submodules. Many times, people do not include the git clone --recurse-submodules option, which creates broken installs, and otherwise, unnecessarily duplicates local code. Instead, use a GitHub URL with a specific commit if needed in your pyproject or requirements.txt dependencies.
The reason will be displayed to describe this comment to others. Learn more.
OK, I like that idea. I needed a way to overcome the issue that the upstream pyessv-archive project had issues with its controlled vocabulary and it seemed that the project (along with other ES-DOC) projects seem essentially abandoned. I will use my fork of pyessv-archive, where I fix the CV issues, for this project.
59c9b36
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dchandan
I don't recommend using submodules. Many times, people do not include the
git clone --recurse-submodules
option, which creates broken installs, and otherwise, unnecessarily duplicates local code. Instead, use a GitHub URL with a specific commit if needed in your pyproject or requirements.txt dependencies.59c9b36
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, I like that idea. I needed a way to overcome the issue that the upstream
pyessv-archive
project had issues with its controlled vocabulary and it seemed that the project (along with other ES-DOC) projects seem essentially abandoned. I will use my fork ofpyessv-archive
, where I fix the CV issues, for this project.