pip install -e . does not work

After !569 (merged) I found, that pip install -e . does not work. The reason is that .so libs are saved in site-packadges dir, while they have to be in the local repository in tango folder. After manuall move it starts working.

Edited by Yury Matveev