Skip to content
New issue

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

How can I get the latest version with pip install? #109

Open
fawzibr opened this issue Nov 25, 2024 · 2 comments
Open

How can I get the latest version with pip install? #109

fawzibr opened this issue Nov 25, 2024 · 2 comments

Comments

@fawzibr
Copy link

fawzibr commented Nov 25, 2024

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?

@pixelb
Copy link
Owner

pixelb commented Nov 26, 2024

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

@pixelb
Copy link
Owner

pixelb commented Nov 26, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants