I faced the line below when I installed geonode for development.
sudo pip install -e .
Here is the link: http://docs.geonode.org/en/master/tutorials/admin/install/custom_install.html
But I could not understand what -e . means. May be it referenced to my requirements.txt Can someone explain me, please.