Skip to content

Commit

Permalink
see what's insatllled
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Nicholls committed Apr 18, 2019
1 parent 5e675c8 commit d9e27bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

import os
import sys
import at
import pip
print(["%s==%s" % (i.key, i.version) for i in pip.get_installed_distributions()])

# -- Path setup --------------------------------------------------------------

Expand Down

0 comments on commit d9e27bb

Please sign in to comment.