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
Document in README how to install this.
The text was updated successfully, but these errors were encountered:
Is there a Debian package published somewhere? Or is best-practise to do make deb and host the package yourself? I couldn't find this on PyPi.
make deb
Sorry, something went wrong.
I continued to investigate this. First I tried building the Debian package on an Ubuntu VM. That didn't work.
Then I noticed the only external library dependency, according to README, is six. And six documentation states
six
It is contained in only one Python file, so it can be easily copied into your project. (The copyright and license notice must be retained.)
While I haven't tried (yet), in theory installing should be as easy as downloading https://github.com/BrianGallew/cassandra_range_repair/blob/master/src/range_repair.py and https://github.com/benjaminp/six/blob/master/six.py into the same directory and running range_repair.py.
range_repair.py
No branches or pull requests
Document in README how to install this.
The text was updated successfully, but these errors were encountered: