refactor: started replication integration

This commit is contained in:
Swann Martinez
2019-08-05 15:24:00 +02:00
parent 5e98b1f6ed
commit 716f462893
8 changed files with 14 additions and 686 deletions

View File

@ -114,6 +114,7 @@ def setup(dependencies, python_path):
PYTHON_PATH = Path(python_path)
SUBPROCESS_DIR = PYTHON_PATH.parent
if not module_can_be_imported("pip"):
install_pip()