Channels
welcome
github-notifications
development
announce
random
plugins
general
pex
Powered by
#general
Title
r
rough-minister-58256
10/19/2017, 12:07 AM
generally the pattern is:
pip wheel
into a dir to get all transitive deps as wheels, then
pex -f /those/wheels --no-build --no-pypi
to do a pure wheel resolve against them
Post