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
There have been no new packages published to PyPI since ~2015 with the introduction of 1.4, therefore all package installs have to be in the form of direct downloads of commits on github eg pip install https://github.com/kennknowles/python-jsonpath-rw/archive/3a194faf81e79f44997f28d76c554b3ca7bd3b64.zip
If you're not ready to cut a "release" of the next version, you can append a letter, ex 1.4.1b and pip will not treat the new version as the default, but anyone interested in running a newer version of the library can explicitly grab the new code.
If I can do anything to assist in the process lmk!
The text was updated successfully, but these errors were encountered:
There have been no new packages published to PyPI since ~2015 with the introduction of 1.4, therefore all package installs have to be in the form of direct downloads of commits on github eg
pip install https://github.com/kennknowles/python-jsonpath-rw/archive/3a194faf81e79f44997f28d76c554b3ca7bd3b64.zip
If you're not ready to cut a "release" of the next version, you can append a letter, ex
1.4.1b
andpip
will not treat the new version as the default, but anyone interested in running a newer version of the library can explicitly grab the new code.If I can do anything to assist in the process lmk!
The text was updated successfully, but these errors were encountered: