Skip to content

Commit 3535a44

Browse files
committed
update README
1 parent bf1c2a5 commit 3535a44

1 file changed

Lines changed: 27 additions & 1 deletion

File tree

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,30 @@
22

33
## Description
44

5-
Archetype python project that contains tox, black, pylint, pytest and coverage
5+
Archetype python project that contains the packages
6+
* black
7+
* pylint
8+
* pytest
9+
* coverage
10+
11+
in addition to a `tox.ini` configuration.
12+
13+
## Requirements
14+
15+
* python
16+
* pip
17+
* setuptools
18+
* tox
19+
20+
## Usage
21+
22+
Install Requirements
23+
````shell
24+
pip install -r requirements.txt
25+
````
26+
27+
Start tox
28+
````shell
29+
tox
30+
````
31+

0 commit comments

Comments
 (0)