Versions of Tonic #106
Answered
by
biphasic
mountains-high
asked this question in
Q&A
-
Good day, I want to work on older versions of Tonic. Could you tell me please, from where I can install them? |
Beta Was this translation helpful? Give feedback.
Answered by
biphasic
Jul 11, 2021
Replies: 1 comment 1 reply
-
you can always install older versions by pinning them, for example |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mountains-high
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can always install older versions by pinning them, for example
pip install tonic==0.3.4
see the full list of releases here: https://pypi.org/project/tonic/#history
alternatively you can check out the repository, change to a specific commit, and then run
pip install .
this will install the local version of your liking