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

Installation #23

Closed
SSoft7 opened this issue May 25, 2015 · 1 comment
Closed

Installation #23

SSoft7 opened this issue May 25, 2015 · 1 comment

Comments

@SSoft7
Copy link

SSoft7 commented May 25, 2015

How Can I install it on Debian 7.0?
its not available via Repo, neither via apt-get
the setup.py gives some error,
make all commands prints out something weird.

Please Help me.

@pixelb
Copy link
Owner

pixelb commented May 25, 2015

make file is just for packagers/developers.

There is a deb package available for crudini: https://packages.debian.org/sid/crudini
A bit old but you could use that to rebuild with the newest version.

If you want to go with the latest, then the simplest is:

apt-get install python-iniparse; curl https://raw.githubusercontent.com/pixelb/crudini/master/crudini > /usr/local/bin/crudini && chmod a+x /usr/local/bin/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