Commit 06058ae4 authored by criq's avatar criq

update readme

parent ee7d42e3
Pipeline #134 canceled with stages
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
```sh ```sh
python3 -m virtualenv bk_script_env python3 -m virtualenv bk_script_env
source bk_script_env/bin/activate source bk_script_env/bin/activate
pip3 install -r s3_local_manager/requirements.txt pip3 install -r requirements.txt
``` ```
## Configuración ## Configuración
......
import os import os
from dotenv import load_dotenv #from dotenv import load_dotenv
from .src.utils_aws_s3.s3_helper import AwsS3Helper from .src.utils_aws_s3.s3_helper import AwsS3Helper
from .src.utils_local_os.local_helper import LocalFilesHelper from .src.utils_local_os.local_helper import LocalFilesHelper
from .src.util_registry.util_registry import registry from .src.util_registry.util_registry import registry
......
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