summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorShadab Zafar <dufferzafar0@gmail.com>2015-06-25 23:40:59 +0530
committerShadab Zafar <dufferzafar0@gmail.com>2015-06-25 23:44:53 +0530
commit8b958c577a7f5f484db42b7c26b0340e14fd9351 (patch)
tree7d332d64df028347f7220e462e9e0cd47056e86e /doc
parentdb7c728b71bce950b4683dca16d85fbc55bd2c42 (diff)
downloadranger-8b958c577a7f5f484db42b7c26b0340e14fd9351.tar.gz
Use setuptools if present
The main reason for this is the presence of `develop` command in setuptools.

So by running `sudo python setup.py develop` - ranger gets installed, but you
can easily make changes to the code and won't have to reinstall it.

You can read more about it here:
http://pythonhosted.org//setuptools/setuptools.html#development-mode

It basically links an egg, so I had to add an appropriate line to .gitignore
as well.
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions
105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139