Closed n-pochet closed 5 years ago
requirements.txt
setup.py
It is then possible to build a snap of jujuna by running:
jujuna
snapcraft
And to install it with:
sudo snap install jujuna_0.1.5_amd64.snap --dangerous
The dangerous flag is necessary to install locally generated snaps.
dangerous
It is also possible to push this snap to the snap store.
Thanks @n-pochet! I'll talk with the Snap Store folks about getting it published as juju* is a reserved namespace.
juju*
requirements.txt
andsetup.py
, that the version of pyyaml is constrained.It is then possible to build a snap of
jujuna
by running:And to install it with:
The
dangerous
flag is necessary to install locally generated snaps.It is also possible to push this snap to the snap store.