gillesB / azulejo

Window resizing and tiling utility
MIT License
6 stars 1 forks source link

Try if install script still works #6

Open gillesB opened 11 years ago

gillesB commented 11 years ago

As mentioned by S4nshi in private mail Azulejo can be install with "sudo python setup.py install", which was introduced originally by Pedro. I should test it by myself and mention it in the manuel as the package python-setuptools is needed.

gillesB commented 10 years ago

Also figure out if the setuptools can automatically resolve the dependencies.

neingeist commented 10 years ago

FWIW, pip install --user . installs to ~/.local, however it does not install the JSON config files. I'm opening a pull request with a fix.