Skip to content

Instantly share code, notes, and snippets.

@jdittrich
Created November 20, 2021 17:28
Show Gist options
  • Save jdittrich/840199517cb7606c1e5128c03ff102c9 to your computer and use it in GitHub Desktop.
Save jdittrich/840199517cb7606c1e5128c03ff102c9 to your computer and use it in GitHub Desktop.
Understanding Taguette with Sourcetrail
  • Download sourcetrail and run it
  • Set the taguette’s poetry (taguette’s designated package manager) Script folder as your environment (under Windows, it is at User/foo/AppData/Local/pypoetry/Cache/virtualenvs/taguette-bar/Scripts – where foois your username andbar` some gibberish. The environment is thus not in your taguette folder!)
  • Set the root taguette repo folder as folder to index (not the /taguette subfolder, where most of the .py files are!)
  • Exclude the /taguette/migrations folder
  • Let Sourcetrail index the repo. Depending on your computer’s power, it might take a few minutes.
  • Start exploring the code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment