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
Though not generally used for production purposes, it can be useful to install Python packages from VCS repos through pip by using a special URL (documentation: https://pip.pypa.io/en/stable/cli/pip_install/#vcs-support). Tohil cannot be installed this way because it does not have a setup.py file in its repo. Instead, setup.py is generated from setup.py.in via autoconf. We should consider not dynamically generating the setup.py file so that this installation method is available.
This would be less of an issue if tohil were available via PyPI.
The text was updated successfully, but these errors were encountered:
Though not generally used for production purposes, it can be useful to install Python packages from VCS repos through pip by using a special URL (documentation: https://pip.pypa.io/en/stable/cli/pip_install/#vcs-support). Tohil cannot be installed this way because it does not have a
setup.py
file in its repo. Instead,setup.py
is generated fromsetup.py.in
via autoconf. We should consider not dynamically generating thesetup.py
file so that this installation method is available.This would be less of an issue if tohil were available via PyPI.
The text was updated successfully, but these errors were encountered: