Local initialisation
For local use, initialise EasyEnvironment as follows:
from easyenvi import EasyEnvironment
envi = EasyEnvironment(
  local_path="path/to/project/root",
                  )Parameters
local_path : str the path from which interactions with the local environment will be performed.
Last updated