using ptags.py for tag file
- Place the
ptags.py
file in your$PATH
. - From the project directory containing your Python project, run the following command:
find . -name "*.py" -print | xargs ptags.py
I was previously using various inefficient methods to achieve this.