Commit 56d9c9a0 authored by Pietro Albini's avatar Pietro Albini

Specify needed dependencies on the README

parent 76480107
......@@ -8,6 +8,25 @@ potrebbe non funzionare in contesti differenti.
Managetests è rilasciato sotto licenza GNU-AGPL v3+.
## Dipendenze necessarie
Managetests necessita dei seguenti software per essere installato ed usato:
* Python 3 (apt: `python3`)
* PIP (apt: `python3-pip`)
* Virtualenv (apt: `python-virtualenv`, pip: `virtualenv`)
* Git (apt: `git`)
* NodeJS (apt: `nodejs nodejs-legacy`)
* NPM (apt: `npm`)
* Invoke (pip: `invoke`)
È possibile installarle con il seguente comando:
```
$ sudo apt install python3 python3-pip python-virtualenv git nodejs nodejs-legacy npm
$ sudo pip install invoke
```
## Inizializzazione di managetests
Managetests tiene tutti i file necessari al suo funzionamento in una directory
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment