Update ceof
This commit is contained in:
parent
d2ae5eeb4a
commit
e57d53f45a
1 changed files with 7 additions and 5 deletions
|
@ -10,6 +10,7 @@ which describes the motivation and goals or you
|
||||||
can view [the poster that was used on the presentation](http://git.schottelius.org/?p=ceof;a=blob;f=doc/appendix/poster.pdf).
|
can view [the poster that was used on the presentation](http://git.schottelius.org/?p=ceof;a=blob;f=doc/appendix/poster.pdf).
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
* python3
|
* python3
|
||||||
|
|
||||||
### When the distro ships a package for python3-gnupg (e.g. Debian):
|
### When the distro ships a package for python3-gnupg (e.g. Debian):
|
||||||
|
@ -27,6 +28,7 @@ can view [the poster that was used on the presentation](http://git.schottelius.o
|
||||||
git clone git://git.schottelius.org/ceof
|
git clone git://git.schottelius.org/ceof
|
||||||
|
|
||||||
### When the distro does not ship a Package for python3-gnupg
|
### When the distro does not ship a Package for python3-gnupg
|
||||||
|
|
||||||
* Create an isolated python environment
|
* Create an isolated python environment
|
||||||
|
|
||||||
virtualenv -p /usr/bin/python3 python-env
|
virtualenv -p /usr/bin/python3 python-env
|
||||||
|
|
Loading…
Reference in a new issue