Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
Managetests
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Web
Managetests
Commits
56d9c9a0
Commit
56d9c9a0
authored
Dec 11, 2015
by
Pietro Albini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Specify needed dependencies on the README
parent
76480107
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
README.md
README.md
+19
-0
No files found.
README.md
View file @
56d9c9a0
...
@@ -8,6 +8,25 @@ potrebbe non funzionare in contesti differenti.
...
@@ -8,6 +8,25 @@ potrebbe non funzionare in contesti differenti.
Managetests è rilasciato sotto licenza GNU-AGPL v3+.
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
## Inizializzazione di managetests
Managetests tiene tutti i file necessari al suo funzionamento in una directory
Managetests tiene tutti i file necessari al suo funzionamento in una directory
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment