Builds¶
Simple builds¶
There are built official Translucent releases available:
Version |
Storybook |
Download |
Built from |
---|---|---|---|
live / stable |
latest tag |
||
testing |
|
||
other |
feature branches |
Hint
You can also download Translucent via curl
:
# Stable Translucent version.
curl -sfLo - https://translucent.confirm.ch/translucent.tar.bz2 | tar -vxjf -
# Testing Translucent version.
curl -sfLo - https://translucent.testing.confirm.ch/translucent.tar.bz2 | tar -vxjf -
Python package¶
You can also install Translucent as Python package. Have a look at the Releases and then install one via pip
:
pip3 install -i https://pypi.confirm.ch -U confirm-translucent=={version}
Hint
If you want to use Translucent with your Django Project, have a look at the Django topic.