20 lines
174 B
Markdown
20 lines
174 B
Markdown
# Dependancy Injection
|
|
|
|
## initialize
|
|
|
|
```shell
|
|
pip install -r requirements.txt
|
|
```
|
|
|
|
## run
|
|
|
|
```shell
|
|
python3 __main__.py
|
|
```
|
|
|
|
|
|
## run tests
|
|
|
|
```shell
|
|
python3 tests.py
|
|
``` |