Tyler Duncan
Results
2
comments of
Tyler Duncan
@ekazum Could you explain to me how to replace version of python package from 2.7 to 2.5? I believe I'm seeing the 2.7 in my script, but could be wrong.
> @yduncan Just run: > > pip install parsedatetime==2.5 > > > > It will replace the relevant package (not entire python, just one package in my case) Before running...