update README (deps, adduser, ubuntu20.04)

This commit is contained in:
Gilles Grandou 2021-05-03 09:30:08 +02:00
parent 8b08aab4e7
commit 548bbdf503
1 changed files with 12 additions and 3 deletions

View File

@ -29,20 +29,29 @@ Quick HOWTO
Install Install
------- -------
Installation is only tested on Debian 10, even though it should work Installation has been tested on:
straightforward on any equivalent system.
* Debian 10 (buster)
* Ubuntu 20.04 (Focal)
However it should work straightforward on any equivalent system.
### Docker Install ### Docker Install
sudo apt install docker sudo apt install docker
sudo systemctl enable --now docker
Check that your user is part of `docker` group: Check that your are member of `docker` group:
sudo adduser <user> docker sudo adduser <user> docker
If needed, you need to logout and login again for the new group to If needed, you need to logout and login again for the new group to
become active. become active.
### Python Dependencies
sudo apt install python3-docker python3-dockerpty python3-xdg
### manual install ### manual install
cd <tools> cd <tools>