Skip to content

ShellAITeam1/EVSE

Repository files navigation

example workflow

Introduction

EVSE Work from TotalEnergies team 1 on the EV charlenge proposed by Shell

Getting Started

Requirements

  • Python version 3.8 or higher
  • Python Environment management system: Conda or venv
  • Poetry for dependency management and packaging.

Local Development Configuration

Here are the steps to follow:

  • Create a virtual environment with conda
    conda create --name evse python=3.8
    conda activate evse
    # Verify that python path is inside the env created previously(path should contain degas-00)
    which python
  • Install poetry
    # Install poetry
    pip install --user poetry
    # Verify that the CLI is accessible
    poetry --version
    # Verify that poetry is using the right python
    poetry env info
    # The virtual env should point to evse
    # The System's python should also point to evse

Submiting Results

To submit any results:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published