Wiki home
Editing page "
python-six
"
Base on previous version:
0
-
4491
-
6453
# Note: depends on [pkg]Python[/pkg] or [pkg]Python2[/pkg] wget -c [link]https://pypi.python.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/six-1.11.0.tar.gz[/link] tar -xzf six-1.11.0.tar.gz cd six-1.11.0 if which python3; then python3 setup.py build python3 setup.py install # as root fi if which python; then python setup.py build python setup.py install # as root fi
Change summary:
Tags allowed:
[pkg]name[/pkg]
Link to another package on the buildwiki by name
[link]URL[/link]
Link to an external page