We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I install crudini with pip install (using in a docker container), how can I get the latest version that has the has the tidy/notidy option?
The text was updated successfully, but these errors were encountered:
I will do a release within the next week or so. In the meantime you will have to replace the crudini.py file installed with pip with the latest version available at: https://raw.github.com/pixelb/crudini/master/crudini.py
Sorry, something went wrong.
I just tested the following, which seems to work also (though may need git available in your container):
pip install git+https://github.com/pixelb/crudini.git#egg=crudini
I've documented the above recipe in INSTALL
No branches or pull requests
I install crudini with pip install (using in a docker container), how can I get the latest version that has the has the tidy/notidy option?
The text was updated successfully, but these errors were encountered: