We are a small team trying to work on a python project using eclipse + pydev.
For our version control we use cloudforge SVN and the subclipse plugin.
I am trying to figure out what is the right way to include external libs which are normally installed
locally to the python in Lib/site-packages.
I tried several ways but some of them made some complications.
I am looking for the best-practice method for this matter.
Thanks in advance!